Html Css Color HEX #4017CF Han Purple

📋 copy color: '#4017CF'

red 64 ◦ green 23 ◦ blue 207

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

Shades of Han Purple #4017CF

Tints of Han Purple #4017CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 21.77%
G = 7.82%
B = 70.41%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4017CF (or 0x4017CF) is known color: Han Purple. HEX triplet: 40, 17 and CF. RGB value is (64,23,207). Sum of RGB (Red+Green+Blue) = 64+23+207=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #4017CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017CF is #BFE830. Grayscale: #373737. Windows color (decimal): -12576817 or 13571904. OLE color: 13571904.

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

Color convert

RGB 64 23 207 -
CMYK 0.69 0.89 0 0.19
HSL 253.37º 0.8% 0.45% -
HSV(B) 253.37º 0.89% 0.81% -
XYZ 13.68 6.21 59.51 -
YUV 56.24 213.08 133.54 -
System Red Green Blue C M Y K H S L
Decimal 64 23 207 0.69 0.89 0 0.19 253.37 0.8 0.45
Hex 40 17 CF 45 59 0 13 FD 50 2D
Octal 100 27 317 105 131 0 23 375 120 55
Binary 1000000 10111 11001111 1000101 1011001 0 10011 11111101 1010000 101101

Color Harmonies of #4017CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017CF

Black with #4017CF

Text Example


Text Example

White with #4017CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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