Html Css Color HEX #250579 Persian Indigo

📋 copy color: '#250579'

red 37 ◦ green 5 ◦ blue 121

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

Shades of Persian Indigo #250579

Tints of Persian Indigo #250579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 121 (47.66% from 255) = 74.23%

R = 22.7%
G = 3.07%
B = 74.23%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#250579 (or 0x250579) is known color: Persian Indigo. HEX triplet: 25, 05 and 79. RGB value is (37,5,121). Sum of RGB (Red+Green+Blue) = 37+5+121=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #250579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250579 is #DAFA86. Grayscale: #1B1B1B. Windows color (decimal): -14350983 or 7931173. OLE color: 7931173.

HSL color Cylindrical-coordinate representation of color #250579: hue angle of 256.55º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250579 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 5 121 -
CMYK 0.69 0.96 0 0.53
HSL 256.55º 0.92% 0.25% -
HSV(B) 256.55º 0.96% 0.47% -
XYZ 4.27 1.88 18.23 -
YUV 27.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 37 5 121 0.69 0.96 0 0.53 256.55 0.92 0.25
Hex 25 5 79 45 60 0 35 101 5C 19
Octal 45 5 171 105 140 0 65 401 134 31
Binary 100101 101 1111001 1000101 1100000 0 110101 100000001 1011100 11001

Color Harmonies of #250579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250579

Black with #250579

Text Example


Text Example

White with #250579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250579; }

 p { color: rgb(37,5,121); }

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

background-color css

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

 a { background-color: rgb(37,5,121); }

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

border-color css

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

 span { border-color: rgb(37,5,121); }

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