#230082

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

Shades of Persian Indigo #230082

Tints of Persian Indigo #230082

Color information

#230082 (or 0x230082) is unknown color: approx Persian Indigo. HEX triplet: 23, 00 and 82. RGB value is (35,0,130). Sum of RGB (Red+Green+Blue) = 35+0+130=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #230082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230082 is #DCFF7D. Grayscale: #181818. Windows color (decimal): -14483326 or 8519715. OLE color: 8519715.

HSL color Cylindrical-coordinate representation of color #230082: hue angle of 256.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230082 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB350130-
CMYK0.73100.49
HSL256.15º100%25.49%-
HSV(B)256.15º100%50.98%-
XYZ4.721.9721.25-
YUV25.28187.1134.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 78.79%
R=21.21%
G=0%
B=78.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3501300.73100.49256.1510025.49
Hex2308249640311006419
Octal43020211114406140014431
Binary100011010000010100100111001000110001100000000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230082; }

 p { color: rgb(35,0,130); }

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

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

 a { background-color: rgb(35,0,130); }

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

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

 span { border-color: rgb(35,0,130); }

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