#230A63

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

Shades of Persian Indigo #230A63

Tints of Persian Indigo #230A63

Color information

#230A63 (or 0x230A63) is unknown color: approx Persian Indigo. HEX triplet: 23, 0A and 63. RGB value is (35,10,99). Sum of RGB (Red+Green+Blue) = 35+10+99=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #230A63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230A63 is #DCF59C. Grayscale: #1B1B1B. Windows color (decimal): -14480797 or 6490659. OLE color: 6490659.

HSL color Cylindrical-coordinate representation of color #230A63: hue angle of 256.85º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230A63 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB351099-
CMYK0.650.9000.61
HSL256.85º81.65%21.37%-
HSV(B)256.85º89.9%38.82%-
XYZ3.051.4811.93-
YUV27.62168.28133.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 99 (39.06% from 255) = 68.75%
R=24.31%
G=6.94%
B=68.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3510990.650.9000.61256.8581.6521.37
Hex23A63415A03D1015215
Octal431214310113207540112225
Binary10001110101100011100000110110100111101100000001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A63; }

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

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

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

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

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

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

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

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