Html Css Color HEX #25006E Persian Indigo

📋 copy color: '#25006E'

red 37 ◦ green 0 ◦ blue 110

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

Shades of Persian Indigo #25006E

Tints of Persian Indigo #25006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 74.83%

R = 25.17%
G = 0%
B = 74.83%

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

#25006E (or 0x25006E) is known color: Persian Indigo. HEX triplet: 25, 00 and 6E. RGB value is (37,0,110). Sum of RGB (Red+Green+Blue) = 37+0+110=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #25006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25006E is #DAFF91. Grayscale: #171717. Windows color (decimal): -14352274 or 7208997. OLE color: 7208997.

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

Color convert

RGB 37 0 110 -
CMYK 0.66 1 0 0.57
HSL 260.18º 1% 0.22% -
HSV(B) 260.18º 1% 0.43% -
XYZ 3.58 1.52 14.86 -
YUV 23.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 37 0 110 0.66 1 0 0.57 260.18 1 0.22
Hex 25 0 6E 42 64 0 39 104 64 16
Octal 45 0 156 102 144 0 71 404 144 26
Binary 100101 0 1101110 1000010 1100100 0 111001 100000100 1100100 10110

Color Harmonies of #25006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25006E

Black with #25006E

Text Example


Text Example

White with #25006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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