Html Css Color HEX #231173 Persian Indigo

📋 copy color: '#231173'

red 35 ◦ green 17 ◦ blue 115

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

Shades of Persian Indigo #231173

Tints of Persian Indigo #231173

RGB

 RED value IS 35 (14.06% from 255) = 20.96%

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

 BLUE value IS 115 (45.31% from 255) = 68.86%

R = 20.96%
G = 10.18%
B = 68.86%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231173 (or 0x231173) is known color: Persian Indigo. HEX triplet: 23, 11 and 73. RGB value is (35,17,115). Sum of RGB (Red+Green+Blue) = 35+17+115=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #231173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231173 is #DCEE8C. Grayscale: #212121. Windows color (decimal): -14478989 or 7541027. OLE color: 7541027.

HSL color Cylindrical-coordinate representation of color #231173: hue angle of 251.02º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231173 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 17 115 -
CMYK 0.70 0.85 0 0.55
HSL 251.02º 0.74% 0.26% -
HSV(B) 251.02º 0.85% 0.45% -
XYZ 3.99 2 16.39 -
YUV 33.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 35 17 115 0.70 0.85 0 0.55 251.02 0.74 0.26
Hex 23 11 73 46 55 0 37 FB 4A 1A
Octal 43 21 163 106 125 0 67 373 112 32
Binary 100011 10001 1110011 1000110 1010101 0 110111 11111011 1001010 11010

Color Harmonies of #231173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231173

Black with #231173

Text Example


Text Example

White with #231173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231173; }

 p { color: rgb(35,17,115); }

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

background-color css

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

 a { background-color: rgb(35,17,115); }

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

border-color css

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

 span { border-color: rgb(35,17,115); }

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