Html Css Color HEX #250273 Persian Indigo

📋 copy color: '#250273'

red 37 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #250273

Tints of Persian Indigo #250273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

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

R = 24.03%
G = 1.3%
B = 74.68%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250273 (or 0x250273) is known color: Persian Indigo. HEX triplet: 25, 02 and 73. RGB value is (37,2,115). Sum of RGB (Red+Green+Blue) = 37+2+115=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #250273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250273 is #DAFD8C. Grayscale: #181818. Windows color (decimal): -14351757 or 7537189. OLE color: 7537189.

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

Color convert

RGB 37 2 115 -
CMYK 0.68 0.98 0 0.55
HSL 258.58º 0.97% 0.23% -
HSV(B) 258.58º 0.98% 0.45% -
XYZ 3.88 1.67 16.34 -
YUV 25.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 37 2 115 0.68 0.98 0 0.55 258.58 0.97 0.23
Hex 25 2 73 44 62 0 37 103 61 17
Octal 45 2 163 104 142 0 67 403 141 27
Binary 100101 10 1110011 1000100 1100010 0 110111 100000011 1100001 10111

Color Harmonies of #250273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250273

Black with #250273

Text Example


Text Example

White with #250273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250273; }

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

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

background-color css

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

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

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

border-color css

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

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

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