Html Css Color HEX #42129B Persian Indigo

📋 copy color: '#42129B'

red 66 ◦ green 18 ◦ blue 155

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

Shades of Persian Indigo #42129B

Tints of Persian Indigo #42129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 27.62%
G = 7.53%
B = 64.85%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42129B (or 0x42129B) is known color: Persian Indigo. HEX triplet: 42, 12 and 9B. RGB value is (66,18,155). Sum of RGB (Red+Green+Blue) = 66+18+155=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #42129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42129B is #BDED64. Grayscale: #2F2F2F. Windows color (decimal): -12447077 or 10162754. OLE color: 10162754.

HSL color Cylindrical-coordinate representation of color #42129B: hue angle of 261.02º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42129B is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 18 155 -
CMYK 0.57 0.88 0 0.39
HSL 261.02º 0.79% 0.34% -
HSV(B) 261.02º 0.88% 0.61% -
XYZ 8.38 3.96 31.33 -
YUV 47.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 66 18 155 0.57 0.88 0 0.39 261.02 0.79 0.34
Hex 42 12 9B 39 58 0 27 105 4F 22
Octal 102 22 233 71 130 0 47 405 117 42
Binary 1000010 10010 10011011 111001 1011000 0 100111 100000101 1001111 100010

Color Harmonies of #42129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42129B

Black with #42129B

Text Example


Text Example

White with #42129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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