Html Css Color HEX #4000CC Han Purple

📋 copy color: '#4000CC'

red 64 ◦ green 0 ◦ blue 204

#4000CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4000CC

Tints of Han Purple #4000CC

RGB

 RED value IS 64 (25.39% from 255) = 23.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 76.12%

R = 23.88%
G = 0%
B = 76.12%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4000CC (or 0x4000CC) is known color: Han Purple. HEX triplet: 40, 00 and CC. RGB value is (64,0,204). Sum of RGB (Red+Green+Blue) = 64+0+204=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #4000CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000CC is #BFFF33. Grayscale: #292929. Windows color (decimal): -12582708 or 13369408. OLE color: 13369408.

HSL color Cylindrical-coordinate representation of color #4000CC: hue angle of 258.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4000CC is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 0 204 -
CMYK 0.69 1 0 0.2
HSL 258.82º 1% 0.4% -
HSV(B) 258.82º 1% 0.8% -
XYZ 13.01 5.45 57.49 -
YUV 42.39 219.2 143.41 -
System Red Green Blue C M Y K H S L
Decimal 64 0 204 0.69 1 0 0.2 258.82 1 0.4
Hex 40 0 CC 45 64 0 14 103 64 28
Octal 100 0 314 105 144 0 24 403 144 50
Binary 1000000 0 11001100 1000101 1100100 0 10100 100000011 1100100 101000

Color Harmonies of #4000CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4000CC

Black with #4000CC

Text Example


Text Example

White with #4000CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4000CC; }

 p { color: rgb(64,0,204); }

 H1.HeaderClassName
 {
   color: #4000CC;
 }
 .AnyTagClassName
 {
   color: #4000CC;
 }
</style>

background-color css

<style>
 a { background-color: #4000CC; }

 a { background-color: rgb(64,0,204); }

 div.DivClassName
 {
   background-color: #4000CC;
 }
 .BgClassName
 {
   background-color: #4000CC;
 }
</style>

border-color css

<style>
 span { border-color: #4000CC; }

 span { border-color: rgb(64,0,204); }

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