Html Css Color HEX #420BCD Han Purple

📋 copy color: '#420BCD'

red 66 ◦ green 11 ◦ blue 205

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

Shades of Han Purple #420BCD

Tints of Han Purple #420BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.7%

R = 23.4%
G = 3.9%
B = 72.7%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#420BCD (or 0x420BCD) is known color: Han Purple. HEX triplet: 42, 0B and CD. RGB value is (66,11,205). Sum of RGB (Red+Green+Blue) = 66+11+205=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #420BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BCD is #BDF432. Grayscale: #303030. Windows color (decimal): -12448819 or 13437762. OLE color: 13437762.

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

Color convert

RGB 66 11 205 -
CMYK 0.68 0.95 0 0.20
HSL 257.01º 0.9% 0.42% -
HSV(B) 257.01º 0.95% 0.8% -
XYZ 13.39 5.81 58.17 -
YUV 49.56 215.72 139.73 -
System Red Green Blue C M Y K H S L
Decimal 66 11 205 0.68 0.95 0 0.20 257.01 0.9 0.42
Hex 42 B CD 44 5F 0 14 101 5A 2A
Octal 102 13 315 104 137 0 24 401 132 52
Binary 1000010 1011 11001101 1000100 1011111 0 10100 100000001 1011010 101010

Color Harmonies of #420BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BCD

Black with #420BCD

Text Example


Text Example

White with #420BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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