Html Css Color HEX #23137D Persian Indigo

📋 copy color: '#23137D'

red 35 ◦ green 19 ◦ blue 125

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

Shades of Persian Indigo #23137D

Tints of Persian Indigo #23137D

RGB

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

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

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

R = 19.55%
G = 10.61%
B = 69.83%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23137D (or 0x23137D) is known color: Persian Indigo. HEX triplet: 23, 13 and 7D. RGB value is (35,19,125). Sum of RGB (Red+Green+Blue) = 35+19+125=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #23137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23137D is #DCEC82. Grayscale: #232323. Windows color (decimal): -14478467 or 8196899. OLE color: 8196899.

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

Color convert

RGB 35 19 125 -
CMYK 0.72 0.85 0 0.51
HSL 249.06º 0.74% 0.28% -
HSV(B) 249.06º 0.85% 0.49% -
XYZ 4.63 2.3 19.6 -
YUV 35.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 35 19 125 0.72 0.85 0 0.51 249.06 0.74 0.28
Hex 23 13 7D 48 55 0 33 F9 4A 1C
Octal 43 23 175 110 125 0 63 371 112 34
Binary 100011 10011 1111101 1001000 1010101 0 110011 11111001 1001010 11100

Color Harmonies of #23137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23137D

Black with #23137D

Text Example


Text Example

White with #23137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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