Html Css Color HEX #230373 Persian Indigo

📋 copy color: '#230373'

red 35 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #230373

Tints of Persian Indigo #230373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

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

R = 22.88%
G = 1.96%
B = 75.16%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230373 (or 0x230373) is known color: Persian Indigo. HEX triplet: 23, 03 and 73. RGB value is (35,3,115). Sum of RGB (Red+Green+Blue) = 35+3+115=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #230373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230373 is #DCFC8C. Grayscale: #181818. Windows color (decimal): -14482573 or 7537443. OLE color: 7537443.

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

Color convert

RGB 35 3 115 -
CMYK 0.70 0.97 0 0.55
HSL 257.14º 0.95% 0.23% -
HSV(B) 257.14º 0.97% 0.45% -
XYZ 3.82 1.66 16.34 -
YUV 25.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 35 3 115 0.70 0.97 0 0.55 257.14 0.95 0.23
Hex 23 3 73 46 61 0 37 101 5F 17
Octal 43 3 163 106 141 0 67 401 137 27
Binary 100011 11 1110011 1000110 1100001 0 110111 100000001 1011111 10111

Color Harmonies of #230373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230373

Black with #230373

Text Example


Text Example

White with #230373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230373; }

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

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

background-color css

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

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

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

border-color css

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

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

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