Html Css Color HEX #42126F Persian Indigo

📋 copy color: '#42126F'

red 66 ◦ green 18 ◦ blue 111

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

Shades of Persian Indigo #42126F

Tints of Persian Indigo #42126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.92%

R = 33.85%
G = 9.23%
B = 56.92%

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

#42126F (or 0x42126F) is known color: Persian Indigo. HEX triplet: 42, 12 and 6F. RGB value is (66,18,111). Sum of RGB (Red+Green+Blue) = 66+18+111=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #42126F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42126F is #BDED90. Grayscale: #2A2A2A. Windows color (decimal): -12447121 or 7279170. OLE color: 7279170.

HSL color Cylindrical-coordinate representation of color #42126F: hue angle of 270.97º 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 #42126F is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 18 111 -
CMYK 0.41 0.84 0 0.56
HSL 270.97º 0.72% 0.25% -
HSV(B) 270.97º 0.84% 0.44% -
XYZ 5.33 2.74 15.29 -
YUV 42.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 66 18 111 0.41 0.84 0 0.56 270.97 0.72 0.25
Hex 42 12 6F 29 54 0 38 10F 48 19
Octal 102 22 157 51 124 0 70 417 110 31
Binary 1000010 10010 1101111 101001 1010100 0 111000 100001111 1001000 11001

Color Harmonies of #42126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42126F

Black with #42126F

Text Example


Text Example

White with #42126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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