#4300D3

Color #4300D3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4300D3

Tints of Han Purple #4300D3

Color information

#4300D3 (or 0x4300D3) is unknown color: approx Han Purple. HEX triplet: 43, 00 and D3. RGB value is (67,0,211). Sum of RGB (Red+Green+Blue) = 67+0+211=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 211 (82.81% from 255 or 75.90% from 278); Max value from RGB is 211 - color contains mainly: blue. Hex color #4300D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4300D3 is #BCFF2C. Grayscale: #2B2B2B. Windows color (decimal): -12386093 or 13828163. OLE color: 13828163.

HSL color Cylindrical-coordinate representation of color #4300D3: hue angle of 259.05º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300D3 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB670211-
CMYK0.68100.17
HSL259.05º100%41.37%-
HSV(B)259.05º100%82.75%-
XYZ14.075.962.02-
YUV44.09222.2144.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 211 (82.81% from 255) = 75.90%
R=24.10%
G=0%
B=75.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal6702110.68100.17259.0510041.37
Hex430D344640111036429
Octal103032310414402140314451
Binary1000011011010011100010011001000100011000000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4300D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4300D3; }

 p { color: rgb(67,0,211); }

 H1.HeaderClassName
 {
   color: #4300D3;
 }
 .AnyTagClassName
 {
   color: #4300D3;
 }
</style>
background-color css

<style>
 a { background-color: #4300D3; }

 a { background-color: rgb(67,0,211); }

 div.DivClassName
 {
   background-color: #4300D3;
 }
 .BgClassName
 {
   background-color: #4300D3;
 }
</style>
border-color css

<style>
 span { border-color: #4300D3; }

 span { border-color: rgb(67,0,211); }

 td.TdClassName
 {
   border-color: #4300D3;
 }
 .TagClassName
 {
   border-color: #4300D3;
 }
</style>