Html Css Color HEX #23127A Persian Indigo

📋 copy color: '#23127A'

red 35 ◦ green 18 ◦ blue 122

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

Shades of Persian Indigo #23127A

Tints of Persian Indigo #23127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

 BLUE value IS 122 (48.05% from 255) = 69.71%

R = 20%
G = 10.29%
B = 69.71%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23127A (or 0x23127A) is known color: Persian Indigo. HEX triplet: 23, 12 and 7A. RGB value is (35,18,122). Sum of RGB (Red+Green+Blue) = 35+18+122=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #23127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23127A is #DCED85. Grayscale: #222222. Windows color (decimal): -14478726 or 8000035. OLE color: 8000035.

HSL color Cylindrical-coordinate representation of color #23127A: hue angle of 249.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23127A is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 18 122 -
CMYK 0.71 0.85 0 0.52
HSL 249.81º 0.74% 0.27% -
HSV(B) 249.81º 0.85% 0.48% -
XYZ 4.42 2.2 18.6 -
YUV 34.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 35 18 122 0.71 0.85 0 0.52 249.81 0.74 0.27
Hex 23 12 7A 47 55 0 34 FA 4A 1B
Octal 43 22 172 107 125 0 64 372 112 33
Binary 100011 10010 1111010 1000111 1010101 0 110100 11111010 1001010 11011

Color Harmonies of #23127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23127A

Black with #23127A

Text Example


Text Example

White with #23127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23127A; }

 p { color: rgb(35,18,122); }

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

background-color css

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

 a { background-color: rgb(35,18,122); }

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

border-color css

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

 span { border-color: rgb(35,18,122); }

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