#230463

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

Shades of Persian Indigo #230463

Tints of Persian Indigo #230463

Color information

#230463 (or 0x230463) is unknown color: approx Persian Indigo. HEX triplet: 23, 04 and 63. RGB value is (35,4,99). Sum of RGB (Red+Green+Blue) = 35+4+99=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #230463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230463 is #DCFB9C. Grayscale: #171717. Windows color (decimal): -14482333 or 6489123. OLE color: 6489123.

HSL color Cylindrical-coordinate representation of color #230463: hue angle of 259.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230463 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB35499-
CMYK0.650.9600.61
HSL259.58º92.23%20.2%-
HSV(B)259.58º95.96%38.82%-
XYZ2.991.3511.91-
YUV24.1170.27135.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 99 (39.06% from 255) = 71.74%
R=25.36%
G=2.90%
B=71.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal354990.650.9600.61259.5892.2320.2
Hex23463416003D1045c14
Octal43414310114007540413424
Binary1000111001100011100000111000000111101100000100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230463; }

 p { color: rgb(35,4,99); }

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

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

 a { background-color: rgb(35,4,99); }

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

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

 span { border-color: rgb(35,4,99); }

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