Html Css Color HEX #25036D Persian Indigo

📋 copy color: '#25036D'

red 37 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #25036D

Tints of Persian Indigo #25036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.15%

R = 24.83%
G = 2.01%
B = 73.15%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25036D (or 0x25036D) is known color: Persian Indigo. HEX triplet: 25, 03 and 6D. RGB value is (37,3,109). Sum of RGB (Red+Green+Blue) = 37+3+109=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #25036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25036D is #DAFC92. Grayscale: #181818. Windows color (decimal): -14351507 or 7144229. OLE color: 7144229.

HSL color Cylindrical-coordinate representation of color #25036D: hue angle of 259.25º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25036D is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 3 109 -
CMYK 0.66 0.97 0 0.57
HSL 259.25º 0.95% 0.22% -
HSV(B) 259.25º 0.97% 0.43% -
XYZ 3.56 1.56 14.58 -
YUV 25.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 37 3 109 0.66 0.97 0 0.57 259.25 0.95 0.22
Hex 25 3 6D 42 61 0 39 103 5F 16
Octal 45 3 155 102 141 0 71 403 137 26
Binary 100101 11 1101101 1000010 1100001 0 111001 100000011 1011111 10110

Color Harmonies of #25036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25036D

Black with #25036D

Text Example


Text Example

White with #25036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25036D; }

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

 H1.HeaderClassName
 {
   color: #25036D;
 }
 .AnyTagClassName
 {
   color: #25036D;
 }
</style>

background-color css

<style>
 a { background-color: #25036D; }

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

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

border-color css

<style>
 span { border-color: #25036D; }

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

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