Html Css Color HEX #42177C Persian Indigo

📋 copy color: '#42177C'

red 66 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #42177C

Tints of Persian Indigo #42177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 30.99%
G = 10.8%
B = 58.22%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42177C (or 0x42177C) is known color: Persian Indigo. HEX triplet: 42, 17 and 7C. RGB value is (66,23,124). Sum of RGB (Red+Green+Blue) = 66+23+124=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #42177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42177C is #BDE883. Grayscale: #2F2F2F. Windows color (decimal): -12445828 or 8132418. OLE color: 8132418.

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

Color convert

RGB 66 23 124 -
CMYK 0.47 0.81 0 0.51
HSL 265.54º 0.69% 0.29% -
HSV(B) 265.54º 0.81% 0.49% -
XYZ 6.19 3.23 19.37 -
YUV 47.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 66 23 124 0.47 0.81 0 0.51 265.54 0.69 0.29
Hex 42 17 7C 2F 51 0 33 10A 45 1D
Octal 102 27 174 57 121 0 63 412 105 35
Binary 1000010 10111 1111100 101111 1010001 0 110011 100001010 1000101 11101

Color Harmonies of #42177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42177C

Black with #42177C

Text Example


Text Example

White with #42177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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