#230268

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

Shades of Persian Indigo #230268

Tints of Persian Indigo #230268

Color information

#230268 (or 0x230268) is unknown color: approx Persian Indigo. HEX triplet: 23, 02 and 68. RGB value is (35,2,104). Sum of RGB (Red+Green+Blue) = 35+2+104=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #230268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230268 is #DCFD97. Grayscale: #171717. Windows color (decimal): -14482840 or 6816291. OLE color: 6816291.

HSL color Cylindrical-coordinate representation of color #230268: hue angle of 259.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230268 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB352104-
CMYK0.660.9800.59
HSL259.41º96.23%20.78%-
HSV(B)259.41º98.08%40.78%-
XYZ3.211.413.2-
YUV23.49173.43136.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 104 (41.02% from 255) = 73.76%
R=24.82%
G=1.42%
B=73.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3521040.660.9800.59259.4196.2320.78
Hex23268426203B1036015
Octal43215010214207340314025
Binary100011101101000100001011000100111011100000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230268; }

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

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

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

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

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

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

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

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