Html Css Color HEX #250D76 Persian Indigo

📋 copy color: '#250D76'

red 37 ◦ green 13 ◦ blue 118

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

Shades of Persian Indigo #250D76

Tints of Persian Indigo #250D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.74%

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

R = 22.02%
G = 7.74%
B = 70.24%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250D76 (or 0x250D76) is known color: Persian Indigo. HEX triplet: 25, 0D and 76. RGB value is (37,13,118). Sum of RGB (Red+Green+Blue) = 37+13+118=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #250D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D76 is #DAF289. Grayscale: #1F1F1F. Windows color (decimal): -14348938 or 7736613. OLE color: 7736613.

HSL color Cylindrical-coordinate representation of color #250D76: hue angle of 253.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250D76 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 13 118 -
CMYK 0.69 0.89 0 0.54
HSL 253.71º 0.8% 0.26% -
HSV(B) 253.71º 0.89% 0.46% -
XYZ 4.18 1.99 17.3 -
YUV 32.15 176.45 131.46 -
System Red Green Blue C M Y K H S L
Decimal 37 13 118 0.69 0.89 0 0.54 253.71 0.8 0.26
Hex 25 D 76 45 59 0 36 FE 50 1A
Octal 45 15 166 105 131 0 66 376 120 32
Binary 100101 1101 1110110 1000101 1011001 0 110110 11111110 1010000 11010

Color Harmonies of #250D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D76

Black with #250D76

Text Example


Text Example

White with #250D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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