#250262

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

Shades of Persian Indigo #250262

Tints of Persian Indigo #250262

Color information

#250262 (or 0x250262) is unknown color: approx Persian Indigo. HEX triplet: 25, 02 and 62. RGB value is (37,2,98). Sum of RGB (Red+Green+Blue) = 37+2+98=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #250262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250262 is #DAFD9D. Grayscale: #171717. Windows color (decimal): -14351774 or 6423077. OLE color: 6423077.

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

Color convert

RGB37298-
CMYK0.620.9800.62
HSL261.88º96%19.61%-
HSV(B)261.88º97.96%38.43%-
XYZ2.991.3211.65-
YUV23.41170.1137.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=27.01%
G=1.46%
B=71.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal372980.620.9800.62261.889619.61
Hex252623E6203E1066014
Octal4521427614207640614024
Binary10010110110001011111011000100111110100000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250262; }

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

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

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

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

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

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

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

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