#230760

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

Shades of Persian Indigo #230760

Tints of Persian Indigo #230760

Color information

#230760 (or 0x230760) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 60. RGB value is (35,7,96). Sum of RGB (Red+Green+Blue) = 35+7+96=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #230760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230760 is #DCF89F. Grayscale: #191919. Windows color (decimal): -14481568 or 6293283. OLE color: 6293283.

HSL color Cylindrical-coordinate representation of color #230760: hue angle of 258.88º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230760 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB35796-
CMYK0.640.9300.62
HSL258.88º86.41%20.2%-
HSV(B)258.88º92.71%37.65%-
XYZ2.881.3511.18-
YUV25.52167.78134.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=25.36%
G=5.07%
B=69.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal357960.640.9300.62258.8886.4120.2
Hex23760405D03E1035614
Octal43714010013507640312624
Binary1000111111100000100000010111010111110100000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230760; }

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

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

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

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

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

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

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

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