Html Css Color HEX #4000CF Han Purple

📋 copy color: '#4000CF'

red 64 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #4000CF

Tints of Han Purple #4000CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 23.62%
G = 0%
B = 76.38%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4000CF (or 0x4000CF) is known color: Han Purple. HEX triplet: 40, 00 and CF. RGB value is (64,0,207). Sum of RGB (Red+Green+Blue) = 64+0+207=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #4000CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000CF is #BFFF30. Grayscale: #292929. Windows color (decimal): -12582705 or 13566016. OLE color: 13566016.

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

Color convert

RGB 64 0 207 -
CMYK 0.69 1 0 0.19
HSL 258.55º 1% 0.41% -
HSV(B) 258.55º 1% 0.81% -
XYZ 13.38 5.59 59.41 -
YUV 42.73 220.7 143.17 -
System Red Green Blue C M Y K H S L
Decimal 64 0 207 0.69 1 0 0.19 258.55 1 0.41
Hex 40 0 CF 45 64 0 13 103 64 29
Octal 100 0 317 105 144 0 23 403 144 51
Binary 1000000 0 11001111 1000101 1100100 0 10011 100000011 1100100 101001

Color Harmonies of #4000CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4000CF

Black with #4000CF

Text Example


Text Example

White with #4000CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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