Html Css Color HEX #420ACD Han Purple

📋 copy color: '#420ACD'

red 66 ◦ green 10 ◦ blue 205

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

Shades of Han Purple #420ACD

Tints of Han Purple #420ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

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

R = 23.49%
G = 3.56%
B = 72.95%

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

#420ACD (or 0x420ACD) is known color: Han Purple. HEX triplet: 42, 0A and CD. RGB value is (66,10,205). Sum of RGB (Red+Green+Blue) = 66+10+205=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #420ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ACD is #BDF532. Grayscale: #303030. Windows color (decimal): -12449075 or 13437506. OLE color: 13437506.

HSL color Cylindrical-coordinate representation of color #420ACD: hue angle of 257.23º degrees, saturation: 0.91, 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 #420ACD is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 10 205 -
CMYK 0.68 0.95 0 0.20
HSL 257.23º 0.91% 0.42% -
HSV(B) 257.23º 0.95% 0.8% -
XYZ 13.37 5.78 58.17 -
YUV 48.97 216.05 140.14 -
System Red Green Blue C M Y K H S L
Decimal 66 10 205 0.68 0.95 0 0.20 257.23 0.91 0.42
Hex 42 A CD 44 5F 0 14 101 5B 2A
Octal 102 12 315 104 137 0 24 401 133 52
Binary 1000010 1010 11001101 1000100 1011111 0 10100 100000001 1011011 101010

Color Harmonies of #420ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420ACD

Black with #420ACD

Text Example


Text Example

White with #420ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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