Html Css Color HEX #42158D Persian Indigo

📋 copy color: '#42158D'

red 66 ◦ green 21 ◦ blue 141

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

Shades of Persian Indigo #42158D

Tints of Persian Indigo #42158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 28.95%
G = 9.21%
B = 61.84%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42158D (or 0x42158D) is known color: Persian Indigo. HEX triplet: 42, 15 and 8D. RGB value is (66,21,141). Sum of RGB (Red+Green+Blue) = 66+21+141=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #42158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42158D is #BDEA72. Grayscale: #2F2F2F. Windows color (decimal): -12446323 or 9246018. OLE color: 9246018.

HSL color Cylindrical-coordinate representation of color #42158D: hue angle of 262.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42158D is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 21 141 -
CMYK 0.53 0.85 0 0.45
HSL 262.5º 0.74% 0.32% -
HSV(B) 262.5º 0.85% 0.55% -
XYZ 7.32 3.62 25.51 -
YUV 48.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 66 21 141 0.53 0.85 0 0.45 262.5 0.74 0.32
Hex 42 15 8D 35 55 0 2D 106 4A 20
Octal 102 25 215 65 125 0 55 406 112 40
Binary 1000010 10101 10001101 110101 1010101 0 101101 100000110 1001010 100000

Color Harmonies of #42158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42158D

Black with #42158D

Text Example


Text Example

White with #42158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,21,141); }

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

background-color css

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

 a { background-color: rgb(66,21,141); }

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

border-color css

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

 span { border-color: rgb(66,21,141); }

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