Html Css Color HEX #25017F Persian Indigo

📋 copy color: '#25017F'

red 37 ◦ green 1 ◦ blue 127

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

Shades of Persian Indigo #25017F

Tints of Persian Indigo #25017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 76.97%

R = 22.42%
G = 0.61%
B = 76.97%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25017F (or 0x25017F) is known color: Persian Indigo. HEX triplet: 25, 01 and 7F. RGB value is (37,1,127). Sum of RGB (Red+Green+Blue) = 37+1+127=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #25017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25017F is #DAFE80. Grayscale: #191919. Windows color (decimal): -14352001 or 8323365. OLE color: 8323365.

HSL color Cylindrical-coordinate representation of color #25017F: hue angle of 257.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25017F is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 1 127 -
CMYK 0.71 0.99 0 0.50
HSL 257.14º 0.98% 0.25% -
HSV(B) 257.14º 0.99% 0.5% -
XYZ 4.6 1.95 20.21 -
YUV 26.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 37 1 127 0.71 0.99 0 0.50 257.14 0.98 0.25
Hex 25 1 7F 47 63 0 32 101 62 19
Octal 45 1 177 107 143 0 62 401 142 31
Binary 100101 1 1111111 1000111 1100011 0 110010 100000001 1100010 11001

Color Harmonies of #25017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25017F

Black with #25017F

Text Example


Text Example

White with #25017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25017F; }

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

 H1.HeaderClassName
 {
   color: #25017F;
 }
 .AnyTagClassName
 {
   color: #25017F;
 }
</style>

background-color css

<style>
 a { background-color: #25017F; }

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

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

border-color css

<style>
 span { border-color: #25017F; }

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

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