Html Css Color HEX #25026D Persian Indigo

📋 copy color: '#25026D'

red 37 ◦ green 2 ◦ blue 109

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

Shades of Persian Indigo #25026D

Tints of Persian Indigo #25026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

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

R = 25%
G = 1.35%
B = 73.65%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25026D (or 0x25026D) is known color: Persian Indigo. HEX triplet: 25, 02 and 6D. RGB value is (37,2,109). Sum of RGB (Red+Green+Blue) = 37+2+109=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #25026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25026D is #DAFD92. Grayscale: #181818. Windows color (decimal): -14351763 or 7143973. OLE color: 7143973.

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

Color convert

RGB 37 2 109 -
CMYK 0.66 0.98 0 0.57
HSL 259.63º 0.96% 0.22% -
HSV(B) 259.63º 0.98% 0.43% -
XYZ 3.54 1.54 14.58 -
YUV 24.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 37 2 109 0.66 0.98 0 0.57 259.63 0.96 0.22
Hex 25 2 6D 42 62 0 39 104 60 16
Octal 45 2 155 102 142 0 71 404 140 26
Binary 100101 10 1101101 1000010 1100010 0 111001 100000100 1100000 10110

Color Harmonies of #25026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25026D

Black with #25026D

Text Example


Text Example

White with #25026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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