Html Css Color HEX #42127C Persian Indigo

📋 copy color: '#42127C'

red 66 ◦ green 18 ◦ blue 124

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

Shades of Persian Indigo #42127C

Tints of Persian Indigo #42127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 31.73%
G = 8.65%
B = 59.62%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42127C (or 0x42127C) is known color: Persian Indigo. HEX triplet: 42, 12 and 7C. RGB value is (66,18,124). Sum of RGB (Red+Green+Blue) = 66+18+124=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #42127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42127C is #BDED83. Grayscale: #2C2C2C. Windows color (decimal): -12447108 or 8131138. OLE color: 8131138.

HSL color Cylindrical-coordinate representation of color #42127C: hue angle of 267.17º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42127C is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 18 124 -
CMYK 0.47 0.85 0 0.51
HSL 267.17º 0.75% 0.28% -
HSV(B) 267.17º 0.85% 0.49% -
XYZ 6.1 3.05 19.34 -
YUV 44.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 66 18 124 0.47 0.85 0 0.51 267.17 0.75 0.28
Hex 42 12 7C 2F 55 0 33 10B 4B 1C
Octal 102 22 174 57 125 0 63 413 113 34
Binary 1000010 10010 1111100 101111 1010101 0 110011 100001011 1001011 11100

Color Harmonies of #42127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42127C

Black with #42127C

Text Example


Text Example

White with #42127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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