Html Css Color HEX #25006D Persian Indigo

📋 copy color: '#25006D'

red 37 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #25006D

Tints of Persian Indigo #25006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.34%
G = 0%
B = 74.66%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25006D (or 0x25006D) is known color: Persian Indigo. HEX triplet: 25, 00 and 6D. RGB value is (37,0,109). Sum of RGB (Red+Green+Blue) = 37+0+109=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #25006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25006D is #DAFF92. Grayscale: #171717. Windows color (decimal): -14352275 or 7143461. OLE color: 7143461.

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

Color convert

RGB 37 0 109 -
CMYK 0.66 1 0 0.57
HSL 260.37º 1% 0.21% -
HSV(B) 260.37º 1% 0.43% -
XYZ 3.52 1.5 14.57 -
YUV 23.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 37 0 109 0.66 1 0 0.57 260.37 1 0.21
Hex 25 0 6D 42 64 0 39 104 64 15
Octal 45 0 155 102 144 0 71 404 144 25
Binary 100101 0 1101101 1000010 1100100 0 111001 100000100 1100100 10101

Color Harmonies of #25006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25006D

Black with #25006D

Text Example


Text Example

White with #25006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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