Html Css Color HEX #250173 Persian Indigo

📋 copy color: '#250173'

red 37 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #250173

Tints of Persian Indigo #250173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 115 (45.31% from 255) = 75.16%

R = 24.18%
G = 0.65%
B = 75.16%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250173 (or 0x250173) is known color: Persian Indigo. HEX triplet: 25, 01 and 73. RGB value is (37,1,115). Sum of RGB (Red+Green+Blue) = 37+1+115=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #250173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250173 is #DAFE8C. Grayscale: #181818. Windows color (decimal): -14352013 or 7536933. OLE color: 7536933.

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

Color convert

RGB 37 1 115 -
CMYK 0.68 0.99 0 0.55
HSL 258.95º 0.98% 0.23% -
HSV(B) 258.95º 0.99% 0.45% -
XYZ 3.87 1.65 16.33 -
YUV 24.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 37 1 115 0.68 0.99 0 0.55 258.95 0.98 0.23
Hex 25 1 73 44 63 0 37 103 62 17
Octal 45 1 163 104 143 0 67 403 142 27
Binary 100101 1 1110011 1000100 1100011 0 110111 100000011 1100010 10111

Color Harmonies of #250173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250173

Black with #250173

Text Example


Text Example

White with #250173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250173; }

 p { color: rgb(37,1,115); }

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

background-color css

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

 a { background-color: rgb(37,1,115); }

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

border-color css

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

 span { border-color: rgb(37,1,115); }

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