Html Css Color HEX #25045F Persian Indigo

📋 copy color: '#25045F'

red 37 ◦ green 4 ◦ blue 95

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

Shades of Persian Indigo #25045F

Tints of Persian Indigo #25045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 27.21%
G = 2.94%
B = 69.85%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25045F (or 0x25045F) is known color: Persian Indigo. HEX triplet: 25, 04 and 5F. RGB value is (37,4,95). Sum of RGB (Red+Green+Blue) = 37+4+95=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #25045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25045F is #DAFBA0. Grayscale: #171717. Windows color (decimal): -14351265 or 6226981. OLE color: 6226981.

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

Color convert

RGB 37 4 95 -
CMYK 0.61 0.96 0 0.63
HSL 261.76º 0.92% 0.19% -
HSV(B) 261.76º 0.96% 0.37% -
XYZ 2.87 1.31 10.93 -
YUV 24.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 37 4 95 0.61 0.96 0 0.63 261.76 0.92 0.19
Hex 25 4 5F 3D 60 0 3F 106 5C 13
Octal 45 4 137 75 140 0 77 406 134 23
Binary 100101 100 1011111 111101 1100000 0 111111 100000110 1011100 10011

Color Harmonies of #25045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25045F

Black with #25045F

Text Example


Text Example

White with #25045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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