Html Css Color HEX #4005CA Han Purple

📋 copy color: '#4005CA'

red 64 ◦ green 5 ◦ blue 202

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

Shades of Han Purple #4005CA

Tints of Han Purple #4005CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.54%

R = 23.62%
G = 1.85%
B = 74.54%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4005CA (or 0x4005CA) is known color: Han Purple. HEX triplet: 40, 05 and CA. RGB value is (64,5,202). Sum of RGB (Red+Green+Blue) = 64+5+202=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #4005CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005CA is #BFFA35. Grayscale: #2C2C2C. Windows color (decimal): -12581430 or 13239616. OLE color: 13239616.

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

Color convert

RGB 64 5 202 -
CMYK 0.68 0.98 0 0.21
HSL 257.97º 0.95% 0.41% -
HSV(B) 257.97º 0.98% 0.79% -
XYZ 12.83 5.46 56.26 -
YUV 45.1 216.55 141.48 -
System Red Green Blue C M Y K H S L
Decimal 64 5 202 0.68 0.98 0 0.21 257.97 0.95 0.41
Hex 40 5 CA 44 62 0 15 102 5F 29
Octal 100 5 312 104 142 0 25 402 137 51
Binary 1000000 101 11001010 1000100 1100010 0 10101 100000010 1011111 101001

Color Harmonies of #4005CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005CA

Black with #4005CA

Text Example


Text Example

White with #4005CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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