#230C69

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

Shades of Persian Indigo #230C69

Tints of Persian Indigo #230C69

Color information

#230C69 (or 0x230C69) is unknown color: approx Persian Indigo. HEX triplet: 23, 0C and 69. RGB value is (35,12,105). Sum of RGB (Red+Green+Blue) = 35+12+105=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #230C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C69 is #DCF396. Grayscale: #1D1D1D. Windows color (decimal): -14480279 or 6884387. OLE color: 6884387.

HSL color Cylindrical-coordinate representation of color #230C69: hue angle of 254.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230C69 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3512105-
CMYK0.670.8900.59
HSL254.84º79.49%22.94%-
HSV(B)254.84º88.57%41.18%-
XYZ3.371.6413.5-
YUV29.48170.62131.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 105 (41.41% from 255) = 69.08%
R=23.03%
G=7.89%
B=69.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35121050.670.8900.59254.8479.4922.94
Hex23C69435903Bff4f17
Octal431415110313107337711727
Binary1000111100110100110000111011001011101111111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,105); }

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

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

 a { background-color: rgb(35,12,105); }

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

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

 span { border-color: rgb(35,12,105); }

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