Html Css Color HEX #250262 Persian Indigo

📋 copy color: '#250262'

red 37 ◦ green 2 ◦ blue 98

#250262
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #250262

Tints of Persian Indigo #250262

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 value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250262 (or 0x250262) is known color: 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

RGB 37 2 98 -
CMYK 0.62 0.98 0 0.62
HSL 261.88º 0.96% 0.2% -
HSV(B) 261.88º 0.98% 0.38% -
XYZ 2.99 1.32 11.65 -
YUV 23.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 37 2 98 0.62 0.98 0 0.62 261.88 0.96 0.2
Hex 25 2 62 3E 62 0 3E 106 60 14
Octal 45 2 142 76 142 0 76 406 140 24
Binary 100101 10 1100010 111110 1100010 0 111110 100000110 1100000 10100

Color Harmonies of #250262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250262

Black with #250262

Text Example


Text Example

White with #250262

Text Example


Text Example

HTML Codes & Css Web 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>