Html Css Color HEX #42159B Persian Indigo

📋 copy color: '#42159B'

red 66 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #42159B

Tints of Persian Indigo #42159B

RGB

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

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

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

R = 27.27%
G = 8.68%
B = 64.05%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42159B (or 0x42159B) is known color: Persian Indigo. HEX triplet: 42, 15 and 9B. RGB value is (66,21,155). Sum of RGB (Red+Green+Blue) = 66+21+155=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #42159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42159B is #BDEA64. Grayscale: #313131. Windows color (decimal): -12446309 or 10163522. OLE color: 10163522.

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

Color convert

RGB 66 21 155 -
CMYK 0.57 0.86 0 0.39
HSL 260.15º 0.76% 0.35% -
HSV(B) 260.15º 0.86% 0.61% -
XYZ 8.43 4.06 31.35 -
YUV 49.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 66 21 155 0.57 0.86 0 0.39 260.15 0.76 0.35
Hex 42 15 9B 39 56 0 27 104 4C 23
Octal 102 25 233 71 126 0 47 404 114 43
Binary 1000010 10101 10011011 111001 1010110 0 100111 100000100 1001100 100011

Color Harmonies of #42159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42159B

Black with #42159B

Text Example


Text Example

White with #42159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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