Html Css Color HEX #25046A Persian Indigo

📋 copy color: '#25046A'

red 37 ◦ green 4 ◦ blue 106

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

Shades of Persian Indigo #25046A

Tints of Persian Indigo #25046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 72.11%

R = 25.17%
G = 2.72%
B = 72.11%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25046A (or 0x25046A) is known color: Persian Indigo. HEX triplet: 25, 04 and 6A. RGB value is (37,4,106). Sum of RGB (Red+Green+Blue) = 37+4+106=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #25046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25046A is #DAFB95. Grayscale: #191919. Windows color (decimal): -14351254 or 6947877. OLE color: 6947877.

HSL color Cylindrical-coordinate representation of color #25046A: hue angle of 259.41º 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 #25046A is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 4 106 -
CMYK 0.65 0.96 0 0.58
HSL 259.41º 0.93% 0.22% -
HSV(B) 259.41º 0.96% 0.42% -
XYZ 3.41 1.52 13.75 -
YUV 25.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 37 4 106 0.65 0.96 0 0.58 259.41 0.93 0.22
Hex 25 4 6A 41 60 0 3A 103 5D 16
Octal 45 4 152 101 140 0 72 403 135 26
Binary 100101 100 1101010 1000001 1100000 0 111010 100000011 1011101 10110

Color Harmonies of #25046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25046A

Black with #25046A

Text Example


Text Example

White with #25046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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