Html Css Color HEX #250574 Persian Indigo

📋 copy color: '#250574'

red 37 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #250574

Tints of Persian Indigo #250574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 73.42%

R = 23.42%
G = 3.16%
B = 73.42%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250574 (or 0x250574) is known color: Persian Indigo. HEX triplet: 25, 05 and 74. RGB value is (37,5,116). Sum of RGB (Red+Green+Blue) = 37+5+116=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #250574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250574 is #DAFA8B. Grayscale: #1A1A1A. Windows color (decimal): -14350988 or 7603493. OLE color: 7603493.

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

Color convert

RGB 37 5 116 -
CMYK 0.68 0.96 0 0.55
HSL 257.3º 0.92% 0.24% -
HSV(B) 257.3º 0.96% 0.45% -
XYZ 3.97 1.76 16.65 -
YUV 27.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 37 5 116 0.68 0.96 0 0.55 257.3 0.92 0.24
Hex 25 5 74 44 60 0 37 101 5C 18
Octal 45 5 164 104 140 0 67 401 134 30
Binary 100101 101 1110100 1000100 1100000 0 110111 100000001 1011100 11000

Color Harmonies of #250574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250574

Black with #250574

Text Example


Text Example

White with #250574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250574; }

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

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

background-color css

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

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

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

border-color css

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

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

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