Html Css Color HEX #25046C Persian Indigo

📋 copy color: '#25046C'

red 37 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #25046C

Tints of Persian Indigo #25046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 24.83%
G = 2.68%
B = 72.48%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25046C (or 0x25046C) is known color: Persian Indigo. HEX triplet: 25, 04 and 6C. RGB value is (37,4,108). Sum of RGB (Red+Green+Blue) = 37+4+108=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #25046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25046C is #DAFB93. Grayscale: #191919. Windows color (decimal): -14351252 or 7078949. OLE color: 7078949.

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

Color convert

RGB 37 4 108 -
CMYK 0.66 0.96 0 0.58
HSL 259.04º 0.93% 0.22% -
HSV(B) 259.04º 0.96% 0.42% -
XYZ 3.51 1.56 14.3 -
YUV 25.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 37 4 108 0.66 0.96 0 0.58 259.04 0.93 0.22
Hex 25 4 6C 42 60 0 3A 103 5D 16
Octal 45 4 154 102 140 0 72 403 135 26
Binary 100101 100 1101100 1000010 1100000 0 111010 100000011 1011101 10110

Color Harmonies of #25046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25046C

Black with #25046C

Text Example


Text Example

White with #25046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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