Html Css Color HEX #250162 Persian Indigo

📋 copy color: '#250162'

red 37 ◦ green 1 ◦ blue 98

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

Shades of Persian Indigo #250162

Tints of Persian Indigo #250162

RGB

 RED value IS 37 (14.84% from 255) = 27.21%

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 98 (38.67% from 255) = 72.06%

R = 27.21%
G = 0.74%
B = 72.06%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#250162 (or 0x250162) is known color: Persian Indigo. HEX triplet: 25, 01 and 62. RGB value is (37,1,98). Sum of RGB (Red+Green+Blue) = 37+1+98=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #250162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250162 is #DAFE9D. Grayscale: #161616. Windows color (decimal): -14352030 or 6422821. OLE color: 6422821.

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

Color convert

RGB 37 1 98 -
CMYK 0.62 0.99 0 0.62
HSL 262.27º 0.98% 0.19% -
HSV(B) 262.27º 0.99% 0.38% -
XYZ 2.98 1.3 11.65 -
YUV 22.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 37 1 98 0.62 0.99 0 0.62 262.27 0.98 0.19
Hex 25 1 62 3E 63 0 3E 106 62 13
Octal 45 1 142 76 143 0 76 406 142 23
Binary 100101 1 1100010 111110 1100011 0 111110 100000110 1100010 10011

Color Harmonies of #250162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250162

Black with #250162

Text Example


Text Example

White with #250162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250162; }

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

 H1.HeaderClassName
 {
   color: #250162;
 }
 .AnyTagClassName
 {
   color: #250162;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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