Html Css Color HEX #25096C Persian Indigo

📋 copy color: '#25096C'

red 37 ◦ green 9 ◦ blue 108

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

Shades of Persian Indigo #25096C

Tints of Persian Indigo #25096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 70.13%

R = 24.03%
G = 5.84%
B = 70.13%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25096C (or 0x25096C) is known color: Persian Indigo. HEX triplet: 25, 09 and 6C. RGB value is (37,9,108). Sum of RGB (Red+Green+Blue) = 37+9+108=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #25096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25096C is #DAF693. Grayscale: #1C1C1C. Windows color (decimal): -14349972 or 7080229. OLE color: 7080229.

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

Color convert

RGB 37 9 108 -
CMYK 0.66 0.92 0 0.58
HSL 256.97º 0.85% 0.23% -
HSV(B) 256.97º 0.92% 0.42% -
XYZ 3.57 1.67 14.32 -
YUV 28.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 37 9 108 0.66 0.92 0 0.58 256.97 0.85 0.23
Hex 25 9 6C 42 5C 0 3A 101 55 17
Octal 45 11 154 102 134 0 72 401 125 27
Binary 100101 1001 1101100 1000010 1011100 0 111010 100000001 1010101 10111

Color Harmonies of #25096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25096C

Black with #25096C

Text Example


Text Example

White with #25096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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