Html Css Color HEX #42189D Persian Indigo

📋 copy color: '#42189D'

red 66 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #42189D

Tints of Persian Indigo #42189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 26.72%
G = 9.72%
B = 63.56%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42189D (or 0x42189D) is known color: Persian Indigo. HEX triplet: 42, 18 and 9D. RGB value is (66,24,157). Sum of RGB (Red+Green+Blue) = 66+24+157=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #42189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42189D is #BDE762. Grayscale: #333333. Windows color (decimal): -12445539 or 10295362. OLE color: 10295362.

HSL color Cylindrical-coordinate representation of color #42189D: hue angle of 258.95º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42189D is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 24 157 -
CMYK 0.58 0.85 0 0.38
HSL 258.95º 0.73% 0.35% -
HSV(B) 258.95º 0.85% 0.62% -
XYZ 8.66 4.25 32.26 -
YUV 51.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 66 24 157 0.58 0.85 0 0.38 258.95 0.73 0.35
Hex 42 18 9D 3A 55 0 26 103 49 23
Octal 102 30 235 72 125 0 46 403 111 43
Binary 1000010 11000 10011101 111010 1010101 0 100110 100000011 1001001 100011

Color Harmonies of #42189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42189D

Black with #42189D

Text Example


Text Example

White with #42189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42189D; }

 p { color: rgb(66,24,157); }

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

background-color css

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

 a { background-color: rgb(66,24,157); }

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

border-color css

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

 span { border-color: rgb(66,24,157); }

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