Html Css Color HEX #25096E Persian Indigo

📋 copy color: '#25096E'

red 37 ◦ green 9 ◦ blue 110

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

Shades of Persian Indigo #25096E

Tints of Persian Indigo #25096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 23.72%
G = 5.77%
B = 70.51%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25096E (or 0x25096E) is known color: Persian Indigo. HEX triplet: 25, 09 and 6E. RGB value is (37,9,110). Sum of RGB (Red+Green+Blue) = 37+9+110=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #25096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25096E is #DAF691. Grayscale: #1C1C1C. Windows color (decimal): -14349970 or 7211301. OLE color: 7211301.

HSL color Cylindrical-coordinate representation of color #25096E: hue angle of 256.63º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25096E is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 9 110 -
CMYK 0.66 0.92 0 0.57
HSL 256.63º 0.85% 0.23% -
HSV(B) 256.63º 0.92% 0.43% -
XYZ 3.68 1.71 14.89 -
YUV 28.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 37 9 110 0.66 0.92 0 0.57 256.63 0.85 0.23
Hex 25 9 6E 42 5C 0 39 101 55 17
Octal 45 11 156 102 134 0 71 401 125 27
Binary 100101 1001 1101110 1000010 1011100 0 111001 100000001 1010101 10111

Color Harmonies of #25096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25096E

Black with #25096E

Text Example


Text Example

White with #25096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25096E; }

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

 H1.HeaderClassName
 {
   color: #25096E;
 }
 .AnyTagClassName
 {
   color: #25096E;
 }
</style>

background-color css

<style>
 a { background-color: #25096E; }

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

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

border-color css

<style>
 span { border-color: #25096E; }

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

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