Html Css Color HEX #250773 Persian Indigo

📋 copy color: '#250773'

red 37 ◦ green 7 ◦ blue 115

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

Shades of Persian Indigo #250773

Tints of Persian Indigo #250773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 23.27%
G = 4.4%
B = 72.33%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250773 (or 0x250773) is known color: Persian Indigo. HEX triplet: 25, 07 and 73. RGB value is (37,7,115). Sum of RGB (Red+Green+Blue) = 37+7+115=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #250773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250773 is #DAF88C. Grayscale: #1B1B1B. Windows color (decimal): -14350477 or 7538469. OLE color: 7538469.

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

Color convert

RGB 37 7 115 -
CMYK 0.68 0.94 0 0.55
HSL 256.67º 0.89% 0.24% -
HSV(B) 256.67º 0.94% 0.45% -
XYZ 3.93 1.78 16.36 -
YUV 28.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 37 7 115 0.68 0.94 0 0.55 256.67 0.89 0.24
Hex 25 7 73 44 5E 0 37 101 59 18
Octal 45 7 163 104 136 0 67 401 131 30
Binary 100101 111 1110011 1000100 1011110 0 110111 100000001 1011001 11000

Color Harmonies of #250773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250773

Black with #250773

Text Example


Text Example

White with #250773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250773; }

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

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

background-color css

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

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

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

border-color css

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

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

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