Html Css Color HEX #230576 Persian Indigo

📋 copy color: '#230576'

red 35 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #230576

Tints of Persian Indigo #230576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 74.68%

R = 22.15%
G = 3.16%
B = 74.68%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#230576 (or 0x230576) is known color: Persian Indigo. HEX triplet: 23, 05 and 76. RGB value is (35,5,118). Sum of RGB (Red+Green+Blue) = 35+5+118=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #230576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230576 is #DCFA89. Grayscale: #1A1A1A. Windows color (decimal): -14482058 or 7734563. OLE color: 7734563.

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

Color convert

RGB 35 5 118 -
CMYK 0.70 0.96 0 0.54
HSL 255.93º 0.92% 0.24% -
HSV(B) 255.93º 0.96% 0.46% -
XYZ 4.02 1.77 17.27 -
YUV 26.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 35 5 118 0.70 0.96 0 0.54 255.93 0.92 0.24
Hex 23 5 76 46 60 0 36 100 5C 18
Octal 43 5 166 106 140 0 66 400 134 30
Binary 100011 101 1110110 1000110 1100000 0 110110 100000000 1011100 11000

Color Harmonies of #230576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230576

Black with #230576

Text Example


Text Example

White with #230576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230576; }

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

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

background-color css

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

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

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

border-color css

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

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

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