Html Css Color HEX #250D68 Persian Indigo

📋 copy color: '#250D68'

red 37 ◦ green 13 ◦ blue 104

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

Shades of Persian Indigo #250D68

Tints of Persian Indigo #250D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.53%

R = 24.03%
G = 8.44%
B = 67.53%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250D68 (or 0x250D68) is known color: Persian Indigo. HEX triplet: 25, 0D and 68. RGB value is (37,13,104). Sum of RGB (Red+Green+Blue) = 37+13+104=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #250D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D68 is #DAF297. Grayscale: #1E1E1E. Windows color (decimal): -14348952 or 6819109. OLE color: 6819109.

HSL color Cylindrical-coordinate representation of color #250D68: hue angle of 255.82º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250D68 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 13 104 -
CMYK 0.64 0.88 0 0.59
HSL 255.82º 0.78% 0.23% -
HSV(B) 255.82º 0.88% 0.41% -
XYZ 3.41 1.68 13.24 -
YUV 30.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 37 13 104 0.64 0.88 0 0.59 255.82 0.78 0.23
Hex 25 D 68 40 58 0 3B 100 4E 17
Octal 45 15 150 100 130 0 73 400 116 27
Binary 100101 1101 1101000 1000000 1011000 0 111011 100000000 1001110 10111

Color Harmonies of #250D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D68

Black with #250D68

Text Example


Text Example

White with #250D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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