Html Css Color HEX #421270 Persian Indigo

📋 copy color: '#421270'

red 66 ◦ green 18 ◦ blue 112

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

Shades of Persian Indigo #421270

Tints of Persian Indigo #421270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 112 (44.14% from 255) = 57.14%

R = 33.67%
G = 9.18%
B = 57.14%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421270 (or 0x421270) is known color: Persian Indigo. HEX triplet: 42, 12 and 70. RGB value is (66,18,112). Sum of RGB (Red+Green+Blue) = 66+18+112=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #421270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421270 is #BDED8F. Grayscale: #2A2A2A. Windows color (decimal): -12447120 or 7344706. OLE color: 7344706.

HSL color Cylindrical-coordinate representation of color #421270: hue angle of 270.64º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421270 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 18 112 -
CMYK 0.41 0.84 0 0.56
HSL 270.64º 0.72% 0.25% -
HSV(B) 270.64º 0.84% 0.44% -
XYZ 5.39 2.76 15.58 -
YUV 43.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 66 18 112 0.41 0.84 0 0.56 270.64 0.72 0.25
Hex 42 12 70 29 54 0 38 10F 48 19
Octal 102 22 160 51 124 0 70 417 110 31
Binary 1000010 10010 1110000 101001 1010100 0 111000 100001111 1001000 11001

Color Harmonies of #421270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421270

Black with #421270

Text Example


Text Example

White with #421270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421270; }

 p { color: rgb(66,18,112); }

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

background-color css

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

 a { background-color: rgb(66,18,112); }

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

border-color css

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

 span { border-color: rgb(66,18,112); }

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