Html Css Color HEX #250161 Persian Indigo

📋 copy color: '#250161'

red 37 ◦ green 1 ◦ blue 97

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

Shades of Persian Indigo #250161

Tints of Persian Indigo #250161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 71.85%

R = 27.41%
G = 0.74%
B = 71.85%

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

#250161 (or 0x250161) is known color: Persian Indigo. HEX triplet: 25, 01 and 61. RGB value is (37,1,97). Sum of RGB (Red+Green+Blue) = 37+1+97=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #250161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250161 is #DAFE9E. Grayscale: #161616. Windows color (decimal): -14352031 or 6357285. OLE color: 6357285.

HSL color Cylindrical-coordinate representation of color #250161: hue angle of 262.5º 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 #250161 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 1 97 -
CMYK 0.62 0.99 0 0.62
HSL 262.5º 0.98% 0.19% -
HSV(B) 262.5º 0.99% 0.38% -
XYZ 2.93 1.28 11.4 -
YUV 22.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 37 1 97 0.62 0.99 0 0.62 262.5 0.98 0.19
Hex 25 1 61 3E 63 0 3E 106 62 13
Octal 45 1 141 76 143 0 76 406 142 23
Binary 100101 1 1100001 111110 1100011 0 111110 100000110 1100010 10011

Color Harmonies of #250161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250161

Black with #250161

Text Example


Text Example

White with #250161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250161; }

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

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

background-color css

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

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

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

border-color css

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

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

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