#230F7A

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

Shades of Persian Indigo #230F7A

Tints of Persian Indigo #230F7A

Color information

#230F7A (or 0x230F7A) is unknown color: approx Persian Indigo. HEX triplet: 23, 0F and 7A. RGB value is (35,15,122). Sum of RGB (Red+Green+Blue) = 35+15+122=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #230F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F7A is #DCF085. Grayscale: #202020. Windows color (decimal): -14479494 or 7999267. OLE color: 7999267.

HSL color Cylindrical-coordinate representation of color #230F7A: hue angle of 251.21º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230F7A is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3515122-
CMYK0.710.8800.52
HSL251.21º78.1%26.86%-
HSV(B)251.21º87.7%47.84%-
XYZ4.382.118.59-
YUV33.18178.13129.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 122 (48.05% from 255) = 70.93%
R=20.35%
G=8.72%
B=70.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35151220.710.8800.52251.2178.126.86
Hex23F7A4758034fb4e1b
Octal431717210713006437311633
Binary1000111111111101010001111011000011010011111011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,15,122); }

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

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

 a { background-color: rgb(35,15,122); }

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

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

 span { border-color: rgb(35,15,122); }

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