Html Css Color HEX #25035E Persian Indigo

📋 copy color: '#25035E'

red 37 ◦ green 3 ◦ blue 94

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

Shades of Persian Indigo #25035E

Tints of Persian Indigo #25035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

 BLUE value IS 94 (37.11% from 255) = 70.15%

R = 27.61%
G = 2.24%
B = 70.15%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25035E (or 0x25035E) is known color: Persian Indigo. HEX triplet: 25, 03 and 5E. RGB value is (37,3,94). Sum of RGB (Red+Green+Blue) = 37+3+94=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #25035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25035E is #DAFCA1. Grayscale: #171717. Windows color (decimal): -14351522 or 6161189. OLE color: 6161189.

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

Color convert

RGB 37 3 94 -
CMYK 0.61 0.97 0 0.63
HSL 262.42º 0.94% 0.19% -
HSV(B) 262.42º 0.97% 0.37% -
XYZ 2.82 1.27 10.69 -
YUV 23.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 37 3 94 0.61 0.97 0 0.63 262.42 0.94 0.19
Hex 25 3 5E 3D 61 0 3F 106 5E 13
Octal 45 3 136 75 141 0 77 406 136 23
Binary 100101 11 1011110 111101 1100001 0 111111 100000110 1011110 10011

Color Harmonies of #25035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25035E

Black with #25035E

Text Example


Text Example

White with #25035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25035E; }

 p { color: rgb(37,3,94); }

 H1.HeaderClassName
 {
   color: #25035E;
 }
 .AnyTagClassName
 {
   color: #25035E;
 }
</style>

background-color css

<style>
 a { background-color: #25035E; }

 a { background-color: rgb(37,3,94); }

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

border-color css

<style>
 span { border-color: #25035E; }

 span { border-color: rgb(37,3,94); }

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