Html Css Color HEX #4000CB Han Purple

📋 copy color: '#4000CB'

red 64 ◦ green 0 ◦ blue 203

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

Shades of Han Purple #4000CB

Tints of Han Purple #4000CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.03%

R = 23.97%
G = 0%
B = 76.03%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4000CB (or 0x4000CB) is known color: Han Purple. HEX triplet: 40, 00 and CB. RGB value is (64,0,203). Sum of RGB (Red+Green+Blue) = 64+0+203=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #4000CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000CB is #BFFF34. Grayscale: #292929. Windows color (decimal): -12582709 or 13303872. OLE color: 13303872.

HSL color Cylindrical-coordinate representation of color #4000CB: hue angle of 258.92º 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 #4000CB is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 0 203 -
CMYK 0.68 1 0 0.20
HSL 258.92º 1% 0.4% -
HSV(B) 258.92º 1% 0.8% -
XYZ 12.89 5.4 56.86 -
YUV 42.28 218.7 143.49 -
System Red Green Blue C M Y K H S L
Decimal 64 0 203 0.68 1 0 0.20 258.92 1 0.4
Hex 40 0 CB 44 64 0 14 103 64 28
Octal 100 0 313 104 144 0 24 403 144 50
Binary 1000000 0 11001011 1000100 1100100 0 10100 100000011 1100100 101000

Color Harmonies of #4000CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4000CB

Black with #4000CB

Text Example


Text Example

White with #4000CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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