Html Css Color HEX #250D6D Persian Indigo

📋 copy color: '#250D6D'

red 37 ◦ green 13 ◦ blue 109

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

Shades of Persian Indigo #250D6D

Tints of Persian Indigo #250D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.55%

R = 23.27%
G = 8.18%
B = 68.55%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#250D6D (or 0x250D6D) is known color: Persian Indigo. HEX triplet: 25, 0D and 6D. RGB value is (37,13,109). Sum of RGB (Red+Green+Blue) = 37+13+109=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #250D6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D6D is #DAF292. Grayscale: #1E1E1E. Windows color (decimal): -14348947 or 7146789. OLE color: 7146789.

HSL color Cylindrical-coordinate representation of color #250D6D: hue angle of 255º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250D6D is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 13 109 -
CMYK 0.66 0.88 0 0.57
HSL 255º 0.79% 0.24% -
HSV(B) 255º 0.88% 0.43% -
XYZ 3.67 1.79 14.62 -
YUV 31.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 37 13 109 0.66 0.88 0 0.57 255 0.79 0.24
Hex 25 D 6D 42 58 0 39 FF 4F 18
Octal 45 15 155 102 130 0 71 377 117 30
Binary 100101 1101 1101101 1000010 1011000 0 111001 11111111 1001111 11000

Color Harmonies of #250D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D6D

Black with #250D6D

Text Example


Text Example

White with #250D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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