Html Css Color HEX #230076 Persian Indigo

📋 copy color: '#230076'

red 35 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #230076

Tints of Persian Indigo #230076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.88%
G = 0%
B = 77.12%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#230076 (or 0x230076) is known color: Persian Indigo. HEX triplet: 23, 00 and 76. RGB value is (35,0,118). Sum of RGB (Red+Green+Blue) = 35+0+118=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #230076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230076 is #DCFF89. Grayscale: #171717. Windows color (decimal): -14483338 or 7733283. OLE color: 7733283.

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

Color convert

RGB 35 0 118 -
CMYK 0.70 1 0 0.54
HSL 257.8º 1% 0.23% -
HSV(B) 257.8º 1% 0.46% -
XYZ 3.96 1.67 17.25 -
YUV 23.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 35 0 118 0.70 1 0 0.54 257.8 1 0.23
Hex 23 0 76 46 64 0 36 102 64 17
Octal 43 0 166 106 144 0 66 402 144 27
Binary 100011 0 1110110 1000110 1100100 0 110110 100000010 1100100 10111

Color Harmonies of #230076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230076

Black with #230076

Text Example


Text Example

White with #230076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230076; }

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

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

background-color css

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

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

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

border-color css

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

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

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