#230B7F

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

Shades of Persian Indigo #230B7F

Tints of Persian Indigo #230B7F

Color information

#230B7F (or 0x230B7F) is unknown color: approx Persian Indigo. HEX triplet: 23, 0B and 7F. RGB value is (35,11,127). Sum of RGB (Red+Green+Blue) = 35+11+127=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #230B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B7F is #DCF480. Grayscale: #1E1E1E. Windows color (decimal): -14480513 or 8325923. OLE color: 8325923.

HSL color Cylindrical-coordinate representation of color #230B7F: hue angle of 252.41º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230B7F is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3511127-
CMYK0.720.9100.50
HSL252.41º84.06%27.06%-
HSV(B)252.41º91.34%49.8%-
XYZ4.642.1320.24-
YUV31.4181.95130.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 127 (50% from 255) = 73.41%
R=20.23%
G=6.36%
B=73.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35111270.720.9100.50252.4184.0627.06
Hex23B7F485B032fc541b
Octal431317711013306237412433
Binary1000111011111111110010001011011011001011111100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,11,127); }

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

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

 a { background-color: rgb(35,11,127); }

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

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

 span { border-color: rgb(35,11,127); }

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