Html Css Color HEX #42189F Persian Indigo

📋 copy color: '#42189F'

red 66 ◦ green 24 ◦ blue 159

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

Shades of Persian Indigo #42189F

Tints of Persian Indigo #42189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 26.51%
G = 9.64%
B = 63.86%

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

#42189F (or 0x42189F) is known color: Persian Indigo. HEX triplet: 42, 18 and 9F. RGB value is (66,24,159). Sum of RGB (Red+Green+Blue) = 66+24+159=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #42189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42189F is #BDE760. Grayscale: #333333. Windows color (decimal): -12445537 or 10426434. OLE color: 10426434.

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

Color convert

RGB 66 24 159 -
CMYK 0.58 0.85 0 0.38
HSL 258.67º 0.74% 0.36% -
HSV(B) 258.67º 0.85% 0.62% -
XYZ 8.83 4.31 33.17 -
YUV 51.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 66 24 159 0.58 0.85 0 0.38 258.67 0.74 0.36
Hex 42 18 9F 3A 55 0 26 103 4A 24
Octal 102 30 237 72 125 0 46 403 112 44
Binary 1000010 11000 10011111 111010 1010101 0 100110 100000011 1001010 100100

Color Harmonies of #42189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42189F

Black with #42189F

Text Example


Text Example

White with #42189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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