Html Css Color HEX #250D6E Persian Indigo

📋 copy color: '#250D6E'

red 37 ◦ green 13 ◦ blue 110

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

Shades of Persian Indigo #250D6E

Tints of Persian Indigo #250D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 68.75%

R = 23.13%
G = 8.13%
B = 68.75%

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

#250D6E (or 0x250D6E) is known color: Persian Indigo. HEX triplet: 25, 0D and 6E. RGB value is (37,13,110). Sum of RGB (Red+Green+Blue) = 37+13+110=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #250D6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D6E is #DAF291. Grayscale: #1E1E1E. Windows color (decimal): -14348946 or 7212325. OLE color: 7212325.

HSL color Cylindrical-coordinate representation of color #250D6E: hue angle of 254.85º 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 #250D6E is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 13 110 -
CMYK 0.66 0.88 0 0.57
HSL 254.85º 0.79% 0.24% -
HSV(B) 254.85º 0.88% 0.43% -
XYZ 3.72 1.81 14.9 -
YUV 31.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 37 13 110 0.66 0.88 0 0.57 254.85 0.79 0.24
Hex 25 D 6E 42 58 0 39 FF 4F 18
Octal 45 15 156 102 130 0 71 377 117 30
Binary 100101 1101 1101110 1000010 1011000 0 111001 11111111 1001111 11000

Color Harmonies of #250D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D6E

Black with #250D6E

Text Example


Text Example

White with #250D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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