Html Css Color HEX #4000CA Han Purple

📋 copy color: '#4000CA'

red 64 ◦ green 0 ◦ blue 202

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

Shades of Han Purple #4000CA

Tints of Han Purple #4000CA

RGB

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

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

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

R = 24.06%
G = 0%
B = 75.94%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4000CA (or 0x4000CA) is known color: Han Purple. HEX triplet: 40, 00 and CA. RGB value is (64,0,202). Sum of RGB (Red+Green+Blue) = 64+0+202=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #4000CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000CA is #BFFF35. Grayscale: #292929. Windows color (decimal): -12582710 or 13238336. OLE color: 13238336.

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

Color convert

RGB 64 0 202 -
CMYK 0.68 1 0 0.21
HSL 259.01º 1% 0.4% -
HSV(B) 259.01º 1% 0.79% -
XYZ 12.78 5.35 56.24 -
YUV 42.16 218.2 143.57 -
System Red Green Blue C M Y K H S L
Decimal 64 0 202 0.68 1 0 0.21 259.01 1 0.4
Hex 40 0 CA 44 64 0 15 103 64 28
Octal 100 0 312 104 144 0 25 403 144 50
Binary 1000000 0 11001010 1000100 1100100 0 10101 100000011 1100100 101000

Color Harmonies of #4000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4000CA

Black with #4000CA

Text Example


Text Example

White with #4000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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