Html Css Color HEX #25066A Persian Indigo

📋 copy color: '#25066A'

red 37 ◦ green 6 ◦ blue 106

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

Shades of Persian Indigo #25066A

Tints of Persian Indigo #25066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

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

R = 24.83%
G = 4.03%
B = 71.14%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25066A (or 0x25066A) is known color: Persian Indigo. HEX triplet: 25, 06 and 6A. RGB value is (37,6,106). Sum of RGB (Red+Green+Blue) = 37+6+106=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 106 (41.80% from 255 or 71.14% from 149); Max value from RGB is 106 - color contains mainly: blue. Hex color #25066A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25066A is #DAF995. Grayscale: #1A1A1A. Windows color (decimal): -14350742 or 6948389. OLE color: 6948389.

HSL color Cylindrical-coordinate representation of color #25066A: hue angle of 258.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25066A is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 6 106 -
CMYK 0.65 0.94 0 0.58
HSL 258.6º 0.89% 0.22% -
HSV(B) 258.6º 0.94% 0.42% -
XYZ 3.43 1.56 13.76 -
YUV 26.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 37 6 106 0.65 0.94 0 0.58 258.6 0.89 0.22
Hex 25 6 6A 41 5E 0 3A 103 59 16
Octal 45 6 152 101 136 0 72 403 131 26
Binary 100101 110 1101010 1000001 1011110 0 111010 100000011 1011001 10110

Color Harmonies of #25066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25066A

Black with #25066A

Text Example


Text Example

White with #25066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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