Html Css Color HEX #4004CF Han Purple

📋 copy color: '#4004CF'

red 64 ◦ green 4 ◦ blue 207

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

Shades of Han Purple #4004CF

Tints of Han Purple #4004CF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 23.27%
G = 1.45%
B = 75.27%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4004CF (or 0x4004CF) is known color: Han Purple. HEX triplet: 40, 04 and CF. RGB value is (64,4,207). Sum of RGB (Red+Green+Blue) = 64+4+207=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #4004CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4004CF is #BFFB30. Grayscale: #2C2C2C. Windows color (decimal): -12581681 or 13567040. OLE color: 13567040.

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

Color convert

RGB 64 4 207 -
CMYK 0.69 0.98 0 0.19
HSL 257.73º 0.96% 0.41% -
HSV(B) 257.73º 0.98% 0.81% -
XYZ 13.42 5.68 59.42 -
YUV 45.08 219.38 141.49 -
System Red Green Blue C M Y K H S L
Decimal 64 4 207 0.69 0.98 0 0.19 257.73 0.96 0.41
Hex 40 4 CF 45 62 0 13 102 60 29
Octal 100 4 317 105 142 0 23 402 140 51
Binary 1000000 100 11001111 1000101 1100010 0 10011 100000010 1100000 101001

Color Harmonies of #4004CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4004CF

Black with #4004CF

Text Example


Text Example

White with #4004CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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