#250362

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

Shades of Persian Indigo #250362

Tints of Persian Indigo #250362

Color information

#250362 (or 0x250362) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 62. RGB value is (37,3,98). Sum of RGB (Red+Green+Blue) = 37+3+98=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #250362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250362 is #DAFC9D. Grayscale: #171717. Windows color (decimal): -14351518 or 6423333. OLE color: 6423333.

HSL color Cylindrical-coordinate representation of color #250362: hue angle of 261.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250362 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37398-
CMYK0.620.9700.62
HSL261.47º94.06%19.8%-
HSV(B)261.47º96.94%38.43%-
XYZ31.3411.66-
YUV24169.76137.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 98 (38.67% from 255) = 71.01%
R=26.81%
G=2.17%
B=71.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal373980.620.9700.62261.4794.0619.8
Hex253623E6103E1055e14
Octal4531427614107640513624
Binary10010111110001011111011000010111110100000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250362; }

 p { color: rgb(37,3,98); }

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

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

 a { background-color: rgb(37,3,98); }

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

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

 span { border-color: rgb(37,3,98); }

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