#230362

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

Shades of Persian Indigo #230362

Tints of Persian Indigo #230362

Color information

#230362 (or 0x230362) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 62. RGB value is (35,3,98). Sum of RGB (Red+Green+Blue) = 35+3+98=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #230362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230362 is #DCFC9D. Grayscale: #171717. Windows color (decimal): -14482590 or 6423331. OLE color: 6423331.

HSL color Cylindrical-coordinate representation of color #230362: hue angle of 260.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230362 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB35398-
CMYK0.640.9700.62
HSL260.21º94.06%19.8%-
HSV(B)260.21º96.94%38.43%-
XYZ2.931.311.65-
YUV23.4170.1136.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 98 (38.67% from 255) = 72.06%
R=25.74%
G=2.21%
B=72.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal353980.640.9700.62260.2194.0619.8
Hex23362406103E1045e14
Octal43314210014107640413624
Binary100011111100010100000011000010111110100000100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230362; }

 p { color: rgb(35,3,98); }

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

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

 a { background-color: rgb(35,3,98); }

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

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

 span { border-color: rgb(35,3,98); }

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