#230B75

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

Shades of Persian Indigo #230B75

Tints of Persian Indigo #230B75

Color information

#230B75 (or 0x230B75) is unknown color: approx Persian Indigo. HEX triplet: 23, 0B and 75. RGB value is (35,11,117). Sum of RGB (Red+Green+Blue) = 35+11+117=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #230B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B75 is #DCF48A. Grayscale: #1D1D1D. Windows color (decimal): -14480523 or 7670563. OLE color: 7670563.

HSL color Cylindrical-coordinate representation of color #230B75: hue angle of 253.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230B75 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3511117-
CMYK0.700.9100.54
HSL253.58º82.81%25.1%-
HSV(B)253.58º90.6%45.88%-
XYZ4.021.8816.98-
YUV30.26176.95131.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 117 (46.09% from 255) = 71.78%
R=21.47%
G=6.75%
B=71.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35111170.700.9100.54253.5882.8125.1
Hex23B75465B036fe5319
Octal431316510613306637612331
Binary1000111011111010110001101011011011011011111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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