Html Css Color HEX #250276 Persian Indigo

📋 copy color: '#250276'

red 37 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #250276

Tints of Persian Indigo #250276

RGB

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

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

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

R = 23.57%
G = 1.27%
B = 75.16%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250276 (or 0x250276) is known color: Persian Indigo. HEX triplet: 25, 02 and 76. RGB value is (37,2,118). Sum of RGB (Red+Green+Blue) = 37+2+118=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #250276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250276 is #DAFD89. Grayscale: #191919. Windows color (decimal): -14351754 or 7733797. OLE color: 7733797.

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

Color convert

RGB 37 2 118 -
CMYK 0.69 0.98 0 0.54
HSL 258.1º 0.97% 0.24% -
HSV(B) 258.1º 0.98% 0.46% -
XYZ 4.05 1.74 17.26 -
YUV 25.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 37 2 118 0.69 0.98 0 0.54 258.1 0.97 0.24
Hex 25 2 76 45 62 0 36 102 61 18
Octal 45 2 166 105 142 0 66 402 141 30
Binary 100101 10 1110110 1000101 1100010 0 110110 100000010 1100001 11000

Color Harmonies of #250276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250276

Black with #250276

Text Example


Text Example

White with #250276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250276; }

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

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

background-color css

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

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

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

border-color css

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

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

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