Html Css Color HEX #250576 Persian Indigo

📋 copy color: '#250576'

red 37 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #250576

Tints of Persian Indigo #250576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 73.75%

R = 23.13%
G = 3.13%
B = 73.75%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250576 (or 0x250576) is known color: Persian Indigo. HEX triplet: 25, 05 and 76. RGB value is (37,5,118). Sum of RGB (Red+Green+Blue) = 37+5+118=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #250576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250576 is #DAFA89. Grayscale: #1B1B1B. Windows color (decimal): -14350986 or 7734565. OLE color: 7734565.

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

Color convert

RGB 37 5 118 -
CMYK 0.69 0.96 0 0.54
HSL 256.99º 0.92% 0.24% -
HSV(B) 256.99º 0.96% 0.46% -
XYZ 4.09 1.81 17.27 -
YUV 27.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 37 5 118 0.69 0.96 0 0.54 256.99 0.92 0.24
Hex 25 5 76 45 60 0 36 101 5C 18
Octal 45 5 166 105 140 0 66 401 134 30
Binary 100101 101 1110110 1000101 1100000 0 110110 100000001 1011100 11000

Color Harmonies of #250576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250576

Black with #250576

Text Example


Text Example

White with #250576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250576; }

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

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

background-color css

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

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

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

border-color css

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

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

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