Html Css Color HEX #4005CC Han Purple

📋 copy color: '#4005CC'

red 64 ◦ green 5 ◦ blue 204

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

Shades of Han Purple #4005CC

Tints of Han Purple #4005CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 23.44%
G = 1.83%
B = 74.73%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4005CC (or 0x4005CC) is known color: Han Purple. HEX triplet: 40, 05 and CC. RGB value is (64,5,204). Sum of RGB (Red+Green+Blue) = 64+5+204=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #4005CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005CC is #BFFA33. Grayscale: #2C2C2C. Windows color (decimal): -12581428 or 13370688. OLE color: 13370688.

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

Color convert

RGB 64 5 204 -
CMYK 0.69 0.98 0 0.2
HSL 257.79º 0.95% 0.41% -
HSV(B) 257.79º 0.98% 0.8% -
XYZ 13.07 5.56 57.51 -
YUV 45.33 217.55 141.32 -
System Red Green Blue C M Y K H S L
Decimal 64 5 204 0.69 0.98 0 0.2 257.79 0.95 0.41
Hex 40 5 CC 45 62 0 14 102 5F 29
Octal 100 5 314 105 142 0 24 402 137 51
Binary 1000000 101 11001100 1000101 1100010 0 10100 100000010 1011111 101001

Color Harmonies of #4005CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005CC

Black with #4005CC

Text Example


Text Example

White with #4005CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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