#230776

Color #230776 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #230776

Tints of Persian Indigo #230776

Color information

#230776 (or 0x230776) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 76. RGB value is (35,7,118). Sum of RGB (Red+Green+Blue) = 35+7+118=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #230776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230776 is #DCF889. Grayscale: #1B1B1B. Windows color (decimal): -14481546 or 7735075. OLE color: 7735075.

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

Color convert

RGB357118-
CMYK0.700.9400.54
HSL255.14º88.8%24.51%-
HSV(B)255.14º94.07%46.27%-
XYZ4.041.8217.28-
YUV28.03178.78132.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 118 (46.48% from 255) = 73.75%
R=21.88%
G=4.38%
B=73.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3571180.700.9400.54255.1488.824.51
Hex23776465E036ff5919
Octal43716610613606637713131
Binary100011111111011010001101011110011011011111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230776; }

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

 H1.HeaderClassName
 {
   color: #230776;
 }
 .AnyTagClassName
 {
   color: #230776;
 }
</style>
background-color css

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

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

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

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

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

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