Html Css Color HEX #42177D Persian Indigo

📋 copy color: '#42177D'

red 66 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #42177D

Tints of Persian Indigo #42177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 30.84%
G = 10.75%
B = 58.41%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42177D (or 0x42177D) is known color: Persian Indigo. HEX triplet: 42, 17 and 7D. RGB value is (66,23,125). Sum of RGB (Red+Green+Blue) = 66+23+125=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #42177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42177D is #BDE882. Grayscale: #2F2F2F. Windows color (decimal): -12445827 or 8197954. OLE color: 8197954.

HSL color Cylindrical-coordinate representation of color #42177D: hue angle of 265.29º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42177D is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 23 125 -
CMYK 0.47 0.82 0 0.51
HSL 265.29º 0.69% 0.29% -
HSV(B) 265.29º 0.82% 0.49% -
XYZ 6.25 3.25 19.7 -
YUV 47.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 66 23 125 0.47 0.82 0 0.51 265.29 0.69 0.29
Hex 42 17 7D 2F 52 0 33 109 45 1D
Octal 102 27 175 57 122 0 63 411 105 35
Binary 1000010 10111 1111101 101111 1010010 0 110011 100001001 1000101 11101

Color Harmonies of #42177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42177D

Black with #42177D

Text Example


Text Example

White with #42177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,23,125); }

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

background-color css

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

 a { background-color: rgb(66,23,125); }

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

border-color css

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

 span { border-color: rgb(66,23,125); }

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