#230565

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

Shades of Persian Indigo #230565

Tints of Persian Indigo #230565

Color information

#230565 (or 0x230565) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 65. RGB value is (35,5,101). Sum of RGB (Red+Green+Blue) = 35+5+101=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #230565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230565 is #DCFA9A. Grayscale: #181818. Windows color (decimal): -14482075 or 6620451. OLE color: 6620451.

HSL color Cylindrical-coordinate representation of color #230565: hue angle of 258.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230565 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB355101-
CMYK0.650.9500.60
HSL258.75º90.57%20.78%-
HSV(B)258.75º95.05%39.61%-
XYZ3.11.4112.42-
YUV24.91170.94135.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 101 (39.84% from 255) = 71.63%
R=24.82%
G=3.55%
B=71.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3551010.650.9500.60258.7590.5720.78
Hex23565415F03C1035b15
Octal43514510113707440313325
Binary1000111011100101100000110111110111100100000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230565; }

 p { color: rgb(35,5,101); }

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

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

 a { background-color: rgb(35,5,101); }

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

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

 span { border-color: rgb(35,5,101); }

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