#230385

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

Shades of Persian Indigo #230385

Tints of Persian Indigo #230385

Color information

#230385 (or 0x230385) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 85. RGB value is (35,3,133). Sum of RGB (Red+Green+Blue) = 35+3+133=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #230385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230385 is #DCFC7A. Grayscale: #1A1A1A. Windows color (decimal): -14482555 or 8717091. OLE color: 8717091.

HSL color Cylindrical-coordinate representation of color #230385: hue angle of 254.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230385 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB353133-
CMYK0.740.9800.48
HSL254.77º95.59%26.67%-
HSV(B)254.77º97.74%52.16%-
XYZ4.962.1222.34-
YUV27.39187.6133.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 133 (52.34% from 255) = 77.78%
R=20.47%
G=1.75%
B=77.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3531330.740.9800.48254.7795.5926.67
Hex233854A62030ff601b
Octal43320511214206037714033
Binary100011111000010110010101100010011000011111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230385; }

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

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

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

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

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

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

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

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