#230B68

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

Shades of Persian Indigo #230B68

Tints of Persian Indigo #230B68

Color information

#230B68 (or 0x230B68) is unknown color: approx Persian Indigo. HEX triplet: 23, 0B and 68. RGB value is (35,11,104). Sum of RGB (Red+Green+Blue) = 35+11+104=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #230B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B68 is #DCF497. Grayscale: #1C1C1C. Windows color (decimal): -14480536 or 6818595. OLE color: 6818595.

HSL color Cylindrical-coordinate representation of color #230B68: hue angle of 255.48º degrees, saturation: 0.81, 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 #230B68 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3511104-
CMYK0.660.8900.59
HSL255.48º80.87%22.55%-
HSV(B)255.48º89.42%40.78%-
XYZ3.311.613.23-
YUV28.78170.45132.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 104 (41.02% from 255) = 69.33%
R=23.33%
G=7.33%
B=69.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35111040.660.8900.59255.4880.8722.55
Hex23B68425903Bff5117
Octal431315010213107337712127
Binary1000111011110100010000101011001011101111111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,11,104); }

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

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

 a { background-color: rgb(35,11,104); }

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

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

 span { border-color: rgb(35,11,104); }

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