Html Css Color HEX #25027F Persian Indigo

📋 copy color: '#25027F'

red 37 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #25027F

Tints of Persian Indigo #25027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 76.51%

R = 22.29%
G = 1.2%
B = 76.51%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25027F (or 0x25027F) is known color: Persian Indigo. HEX triplet: 25, 02 and 7F. RGB value is (37,2,127). Sum of RGB (Red+Green+Blue) = 37+2+127=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #25027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25027F is #DAFD80. Grayscale: #1A1A1A. Windows color (decimal): -14351745 or 8323621. OLE color: 8323621.

HSL color Cylindrical-coordinate representation of color #25027F: hue angle of 256.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25027F is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 2 127 -
CMYK 0.71 0.98 0 0.50
HSL 256.8º 0.97% 0.25% -
HSV(B) 256.8º 0.98% 0.5% -
XYZ 4.62 1.97 20.22 -
YUV 26.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 37 2 127 0.71 0.98 0 0.50 256.8 0.97 0.25
Hex 25 2 7F 47 62 0 32 101 61 19
Octal 45 2 177 107 142 0 62 401 141 31
Binary 100101 10 1111111 1000111 1100010 0 110010 100000001 1100001 11001

Color Harmonies of #25027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25027F

Black with #25027F

Text Example


Text Example

White with #25027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25027F; }

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

 H1.HeaderClassName
 {
   color: #25027F;
 }
 .AnyTagClassName
 {
   color: #25027F;
 }
</style>

background-color css

<style>
 a { background-color: #25027F; }

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

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

border-color css

<style>
 span { border-color: #25027F; }

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

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