Html Css Color HEX #250577 Persian Indigo

📋 copy color: '#250577'

red 37 ◦ green 5 ◦ blue 119

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

Shades of Persian Indigo #250577

Tints of Persian Indigo #250577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 73.91%

R = 22.98%
G = 3.11%
B = 73.91%

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

#250577 (or 0x250577) is known color: Persian Indigo. HEX triplet: 25, 05 and 77. RGB value is (37,5,119). Sum of RGB (Red+Green+Blue) = 37+5+119=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #250577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250577 is #DAFA88. Grayscale: #1B1B1B. Windows color (decimal): -14350985 or 7800101. OLE color: 7800101.

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

Color convert

RGB 37 5 119 -
CMYK 0.69 0.96 0 0.53
HSL 256.84º 0.92% 0.24% -
HSV(B) 256.84º 0.96% 0.47% -
XYZ 4.15 1.83 17.59 -
YUV 27.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 37 5 119 0.69 0.96 0 0.53 256.84 0.92 0.24
Hex 25 5 77 45 60 0 35 101 5C 18
Octal 45 5 167 105 140 0 65 401 134 30
Binary 100101 101 1110111 1000101 1100000 0 110101 100000001 1011100 11000

Color Harmonies of #250577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250577

Black with #250577

Text Example


Text Example

White with #250577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250577; }

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

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

background-color css

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

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

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

border-color css

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

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

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