Html Css Color HEX #230573 Persian Indigo

📋 copy color: '#230573'

red 35 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #230573

Tints of Persian Indigo #230573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

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

R = 22.58%
G = 3.23%
B = 74.19%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230573 (or 0x230573) is known color: Persian Indigo. HEX triplet: 23, 05 and 73. RGB value is (35,5,115). Sum of RGB (Red+Green+Blue) = 35+5+115=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #230573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230573 is #DCFA8C. Grayscale: #1A1A1A. Windows color (decimal): -14482061 or 7537955. OLE color: 7537955.

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

Color convert

RGB 35 5 115 -
CMYK 0.70 0.96 0 0.55
HSL 256.36º 0.92% 0.24% -
HSV(B) 256.36º 0.96% 0.45% -
XYZ 3.84 1.7 16.35 -
YUV 26.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 35 5 115 0.70 0.96 0 0.55 256.36 0.92 0.24
Hex 23 5 73 46 60 0 37 100 5C 18
Octal 43 5 163 106 140 0 67 400 134 30
Binary 100011 101 1110011 1000110 1100000 0 110111 100000000 1011100 11000

Color Harmonies of #230573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230573

Black with #230573

Text Example


Text Example

White with #230573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230573; }

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

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

background-color css

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

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

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

border-color css

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

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

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