Html Css Color HEX #25015F Persian Indigo

📋 copy color: '#25015F'

red 37 ◦ green 1 ◦ blue 95

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

Shades of Persian Indigo #25015F

Tints of Persian Indigo #25015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 71.43%

R = 27.82%
G = 0.75%
B = 71.43%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25015F (or 0x25015F) is known color: Persian Indigo. HEX triplet: 25, 01 and 5F. RGB value is (37,1,95). Sum of RGB (Red+Green+Blue) = 37+1+95=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #25015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25015F is #DAFEA0. Grayscale: #161616. Windows color (decimal): -14352033 or 6226213. OLE color: 6226213.

HSL color Cylindrical-coordinate representation of color #25015F: hue angle of 262.98º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25015F is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 1 95 -
CMYK 0.61 0.99 0 0.63
HSL 262.98º 0.98% 0.19% -
HSV(B) 262.98º 0.99% 0.37% -
XYZ 2.84 1.24 10.92 -
YUV 22.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 37 1 95 0.61 0.99 0 0.63 262.98 0.98 0.19
Hex 25 1 5F 3D 63 0 3F 107 62 13
Octal 45 1 137 75 143 0 77 407 142 23
Binary 100101 1 1011111 111101 1100011 0 111111 100000111 1100010 10011

Color Harmonies of #25015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25015F

Black with #25015F

Text Example


Text Example

White with #25015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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