Html Css Color HEX #42189B Persian Indigo

📋 copy color: '#42189B'

red 66 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #42189B

Tints of Persian Indigo #42189B

RGB

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

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

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

R = 26.94%
G = 9.8%
B = 63.27%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42189B (or 0x42189B) is known color: Persian Indigo. HEX triplet: 42, 18 and 9B. RGB value is (66,24,155). Sum of RGB (Red+Green+Blue) = 66+24+155=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #42189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42189B is #BDE764. Grayscale: #333333. Windows color (decimal): -12445541 or 10164290. OLE color: 10164290.

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

Color convert

RGB 66 24 155 -
CMYK 0.57 0.85 0 0.39
HSL 259.24º 0.73% 0.35% -
HSV(B) 259.24º 0.85% 0.61% -
XYZ 8.49 4.18 31.37 -
YUV 51.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 66 24 155 0.57 0.85 0 0.39 259.24 0.73 0.35
Hex 42 18 9B 39 55 0 27 103 49 23
Octal 102 30 233 71 125 0 47 403 111 43
Binary 1000010 11000 10011011 111001 1010101 0 100111 100000011 1001001 100011

Color Harmonies of #42189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42189B

Black with #42189B

Text Example


Text Example

White with #42189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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