Html Css Color HEX #250D72 Persian Indigo

📋 copy color: '#250D72'

red 37 ◦ green 13 ◦ blue 114

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

Shades of Persian Indigo #250D72

Tints of Persian Indigo #250D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.51%

R = 22.56%
G = 7.93%
B = 69.51%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#250D72 (or 0x250D72) is known color: Persian Indigo. HEX triplet: 25, 0D and 72. RGB value is (37,13,114). Sum of RGB (Red+Green+Blue) = 37+13+114=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #250D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D72 is #DAF28D. Grayscale: #1F1F1F. Windows color (decimal): -14348942 or 7474469. OLE color: 7474469.

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

Color convert

RGB 37 13 114 -
CMYK 0.68 0.89 0 0.55
HSL 254.26º 0.8% 0.25% -
HSV(B) 254.26º 0.89% 0.45% -
XYZ 3.94 1.9 16.08 -
YUV 31.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 37 13 114 0.68 0.89 0 0.55 254.26 0.8 0.25
Hex 25 D 72 44 59 0 37 FE 50 19
Octal 45 15 162 104 131 0 67 376 120 31
Binary 100101 1101 1110010 1000100 1011001 0 110111 11111110 1010000 11001

Color Harmonies of #250D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D72

Black with #250D72

Text Example


Text Example

White with #250D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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