#250085

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

Shades of Persian Indigo #250085

Tints of Persian Indigo #250085

Color information

#250085 (or 0x250085) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 85. RGB value is (37,0,133). Sum of RGB (Red+Green+Blue) = 37+0+133=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #250085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250085 is #DAFF7A. Grayscale: #191919. Windows color (decimal): -14352251 or 8716325. OLE color: 8716325.

HSL color Cylindrical-coordinate representation of color #250085: hue angle of 256.69º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250085 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB370133-
CMYK0.72100.48
HSL256.69º100%26.08%-
HSV(B)256.69º100%52.16%-
XYZ52.0922.33-
YUV26.22188.26135.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 78.24%
R=21.76%
G=0%
B=78.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3701330.72100.48256.6910026.08
Hex250854864030101641a
Octal45020511014406040114432
Binary100101010000101100100011001000110000100000001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250085; }

 p { color: rgb(37,0,133); }

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

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

 a { background-color: rgb(37,0,133); }

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

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

 span { border-color: rgb(37,0,133); }

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