Html Css Color HEX #42167F Persian Indigo

📋 copy color: '#42167F'

red 66 ◦ green 22 ◦ blue 127

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

Shades of Persian Indigo #42167F

Tints of Persian Indigo #42167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 127 (50% from 255) = 59.07%

R = 30.7%
G = 10.23%
B = 59.07%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42167F (or 0x42167F) is known color: Persian Indigo. HEX triplet: 42, 16 and 7F. RGB value is (66,22,127). Sum of RGB (Red+Green+Blue) = 66+22+127=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #42167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42167F is #BDE980. Grayscale: #2E2E2E. Windows color (decimal): -12446081 or 8328770. OLE color: 8328770.

HSL color Cylindrical-coordinate representation of color #42167F: hue angle of 265.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42167F is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 22 127 -
CMYK 0.48 0.83 0 0.50
HSL 265.14º 0.7% 0.29% -
HSV(B) 265.14º 0.83% 0.5% -
XYZ 6.36 3.26 20.37 -
YUV 47.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 66 22 127 0.48 0.83 0 0.50 265.14 0.7 0.29
Hex 42 16 7F 30 53 0 32 109 46 1D
Octal 102 26 177 60 123 0 62 411 106 35
Binary 1000010 10110 1111111 110000 1010011 0 110010 100001001 1000110 11101

Color Harmonies of #42167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42167F

Black with #42167F

Text Example


Text Example

White with #42167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,22,127); }

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

background-color css

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

 a { background-color: rgb(66,22,127); }

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

border-color css

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

 span { border-color: rgb(66,22,127); }

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