Html Css Color HEX #25066C Persian Indigo

📋 copy color: '#25066C'

red 37 ◦ green 6 ◦ blue 108

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

Shades of Persian Indigo #25066C

Tints of Persian Indigo #25066C

RGB

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

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

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

R = 24.5%
G = 3.97%
B = 71.52%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25066C (or 0x25066C) is known color: Persian Indigo. HEX triplet: 25, 06 and 6C. RGB value is (37,6,108). Sum of RGB (Red+Green+Blue) = 37+6+108=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #25066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25066C is #DAF993. Grayscale: #1A1A1A. Windows color (decimal): -14350740 or 7079461. OLE color: 7079461.

HSL color Cylindrical-coordinate representation of color #25066C: hue angle of 258.24º 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 #25066C is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 6 108 -
CMYK 0.66 0.94 0 0.58
HSL 258.24º 0.89% 0.22% -
HSV(B) 258.24º 0.94% 0.42% -
XYZ 3.53 1.61 14.31 -
YUV 26.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 37 6 108 0.66 0.94 0 0.58 258.24 0.89 0.22
Hex 25 6 6C 42 5E 0 3A 102 59 16
Octal 45 6 154 102 136 0 72 402 131 26
Binary 100101 110 1101100 1000010 1011110 0 111010 100000010 1011001 10110

Color Harmonies of #25066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25066C

Black with #25066C

Text Example


Text Example

White with #25066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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