Html Css Color HEX #23137F Persian Indigo

📋 copy color: '#23137F'

red 35 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #23137F

Tints of Persian Indigo #23137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 19.34%
G = 10.5%
B = 70.17%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#23137F (or 0x23137F) is known color: Persian Indigo. HEX triplet: 23, 13 and 7F. RGB value is (35,19,127). Sum of RGB (Red+Green+Blue) = 35+19+127=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #23137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23137F is #DCEC80. Grayscale: #232323. Windows color (decimal): -14478465 or 8327971. OLE color: 8327971.

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

Color convert

RGB 35 19 127 -
CMYK 0.72 0.85 0 0.50
HSL 248.89º 0.74% 0.29% -
HSV(B) 248.89º 0.85% 0.5% -
XYZ 4.76 2.36 20.28 -
YUV 36.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 35 19 127 0.72 0.85 0 0.50 248.89 0.74 0.29
Hex 23 13 7F 48 55 0 32 F9 4A 1D
Octal 43 23 177 110 125 0 62 371 112 35
Binary 100011 10011 1111111 1001000 1010101 0 110010 11111001 1001010 11101

Color Harmonies of #23137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23137F

Black with #23137F

Text Example


Text Example

White with #23137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,19,127); }

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

background-color css

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

 a { background-color: rgb(35,19,127); }

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

border-color css

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

 span { border-color: rgb(35,19,127); }

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