Html Css Color HEX #25016C Persian Indigo

📋 copy color: '#25016C'

red 37 ◦ green 1 ◦ blue 108

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

Shades of Persian Indigo #25016C

Tints of Persian Indigo #25016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 25.34%
G = 0.68%
B = 73.97%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25016C (or 0x25016C) is known color: Persian Indigo. HEX triplet: 25, 01 and 6C. RGB value is (37,1,108). Sum of RGB (Red+Green+Blue) = 37+1+108=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #25016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25016C is #DAFE93. Grayscale: #171717. Windows color (decimal): -14352020 or 7078181. OLE color: 7078181.

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

Color convert

RGB 37 1 108 -
CMYK 0.66 0.99 0 0.58
HSL 260.19º 0.98% 0.21% -
HSV(B) 260.19º 0.99% 0.42% -
XYZ 3.48 1.5 14.29 -
YUV 23.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 37 1 108 0.66 0.99 0 0.58 260.19 0.98 0.21
Hex 25 1 6C 42 63 0 3A 104 62 15
Octal 45 1 154 102 143 0 72 404 142 25
Binary 100101 1 1101100 1000010 1100011 0 111010 100000100 1100010 10101

Color Harmonies of #25016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25016C

Black with #25016C

Text Example


Text Example

White with #25016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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