Html Css Color HEX #420BCF Han Purple

📋 copy color: '#420BCF'

red 66 ◦ green 11 ◦ blue 207

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

Shades of Han Purple #420BCF

Tints of Han Purple #420BCF

RGB

 RED value IS 66 (26.17% from 255) = 23.24%

 GREEN value IS 11 (4.69% from 255) = 3.87%

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

R = 23.24%
G = 3.87%
B = 72.89%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#420BCF (or 0x420BCF) is known color: Han Purple. HEX triplet: 42, 0B and CF. RGB value is (66,11,207). Sum of RGB (Red+Green+Blue) = 66+11+207=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #420BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BCF is #BDF430. Grayscale: #313131. Windows color (decimal): -12448817 or 13568834. OLE color: 13568834.

HSL color Cylindrical-coordinate representation of color #420BCF: hue angle of 256.84º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BCF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 11 207 -
CMYK 0.68 0.95 0 0.19
HSL 256.84º 0.9% 0.43% -
HSV(B) 256.84º 0.95% 0.81% -
XYZ 13.63 5.9 59.45 -
YUV 49.79 216.72 139.56 -
System Red Green Blue C M Y K H S L
Decimal 66 11 207 0.68 0.95 0 0.19 256.84 0.9 0.43
Hex 42 B CF 44 5F 0 13 101 5A 2B
Octal 102 13 317 104 137 0 23 401 132 53
Binary 1000010 1011 11001111 1000100 1011111 0 10011 100000001 1011010 101011

Color Harmonies of #420BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BCF

Black with #420BCF

Text Example


Text Example

White with #420BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420BCF; }

 p { color: rgb(66,11,207); }

 H1.HeaderClassName
 {
   color: #420BCF;
 }
 .AnyTagClassName
 {
   color: #420BCF;
 }
</style>

background-color css

<style>
 a { background-color: #420BCF; }

 a { background-color: rgb(66,11,207); }

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

border-color css

<style>
 span { border-color: #420BCF; }

 span { border-color: rgb(66,11,207); }

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