#250882

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

Shades of Persian Indigo #250882

Tints of Persian Indigo #250882

Color information

#250882 (or 0x250882) is unknown color: approx Persian Indigo. HEX triplet: 25, 08 and 82. RGB value is (37,8,130). Sum of RGB (Red+Green+Blue) = 37+8+130=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #250882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250882 is #DAF77D. Grayscale: #1E1E1E. Windows color (decimal): -14350206 or 8521765. OLE color: 8521765.

HSL color Cylindrical-coordinate representation of color #250882: hue angle of 254.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250882 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB378130-
CMYK0.720.9400.49
HSL254.26º88.41%27.06%-
HSV(B)254.26º93.85%50.98%-
XYZ4.882.1821.28-
YUV30.58184.11132.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 130 (51.17% from 255) = 74.29%
R=21.14%
G=4.57%
B=74.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3781300.720.9400.49254.2688.4127.06
Hex25882485E031fe581b
Octal451020211013606137613033
Binary10010110001000001010010001011110011000111111110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250882; }

 p { color: rgb(37,8,130); }

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

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

 a { background-color: rgb(37,8,130); }

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

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

 span { border-color: rgb(37,8,130); }

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