Html Css Color HEX #25066E Persian Indigo

📋 copy color: '#25066E'

red 37 ◦ green 6 ◦ blue 110

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

Shades of Persian Indigo #25066E

Tints of Persian Indigo #25066E

RGB

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

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

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

R = 24.18%
G = 3.92%
B = 71.9%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25066E (or 0x25066E) is known color: Persian Indigo. HEX triplet: 25, 06 and 6E. RGB value is (37,6,110). Sum of RGB (Red+Green+Blue) = 37+6+110=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #25066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25066E is #DAF991. Grayscale: #1A1A1A. Windows color (decimal): -14350738 or 7210533. OLE color: 7210533.

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

Color convert

RGB 37 6 110 -
CMYK 0.66 0.95 0 0.57
HSL 257.88º 0.9% 0.23% -
HSV(B) 257.88º 0.95% 0.43% -
XYZ 3.64 1.65 14.88 -
YUV 27.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 37 6 110 0.66 0.95 0 0.57 257.88 0.9 0.23
Hex 25 6 6E 42 5F 0 39 102 5A 17
Octal 45 6 156 102 137 0 71 402 132 27
Binary 100101 110 1101110 1000010 1011111 0 111001 100000010 1011010 10111

Color Harmonies of #25066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25066E

Black with #25066E

Text Example


Text Example

White with #25066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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