Html Css Color HEX #250477 Persian Indigo

📋 copy color: '#250477'

red 37 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #250477

Tints of Persian Indigo #250477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 23.13%
G = 2.5%
B = 74.38%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#250477 (or 0x250477) is known color: Persian Indigo. HEX triplet: 25, 04 and 77. RGB value is (37,4,119). Sum of RGB (Red+Green+Blue) = 37+4+119=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #250477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250477 is #DAFB88. Grayscale: #1A1A1A. Windows color (decimal): -14351241 or 7799845. OLE color: 7799845.

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

Color convert

RGB 37 4 119 -
CMYK 0.69 0.97 0 0.53
HSL 257.22º 0.93% 0.24% -
HSV(B) 257.22º 0.97% 0.47% -
XYZ 4.14 1.81 17.58 -
YUV 26.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 37 4 119 0.69 0.97 0 0.53 257.22 0.93 0.24
Hex 25 4 77 45 61 0 35 101 5D 18
Octal 45 4 167 105 141 0 65 401 135 30
Binary 100101 100 1110111 1000101 1100001 0 110101 100000001 1011101 11000

Color Harmonies of #250477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250477

Black with #250477

Text Example


Text Example

White with #250477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250477; }

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

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

background-color css

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

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

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

border-color css

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

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

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