Html Css Color HEX #42117D Persian Indigo

📋 copy color: '#42117D'

red 66 ◦ green 17 ◦ blue 125

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

Shades of Persian Indigo #42117D

Tints of Persian Indigo #42117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

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

R = 31.73%
G = 8.17%
B = 60.1%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42117D (or 0x42117D) is known color: Persian Indigo. HEX triplet: 42, 11 and 7D. RGB value is (66,17,125). Sum of RGB (Red+Green+Blue) = 66+17+125=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #42117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42117D is #BDEE82. Grayscale: #2B2B2B. Windows color (decimal): -12447363 or 8196418. OLE color: 8196418.

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

Color convert

RGB 66 17 125 -
CMYK 0.47 0.86 0 0.51
HSL 267.22º 0.76% 0.28% -
HSV(B) 267.22º 0.86% 0.49% -
XYZ 6.15 3.04 19.66 -
YUV 43.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 66 17 125 0.47 0.86 0 0.51 267.22 0.76 0.28
Hex 42 11 7D 2F 56 0 33 10B 4C 1C
Octal 102 21 175 57 126 0 63 413 114 34
Binary 1000010 10001 1111101 101111 1010110 0 110011 100001011 1001100 11100

Color Harmonies of #42117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42117D

Black with #42117D

Text Example


Text Example

White with #42117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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