Html Css Color HEX #25177C Persian Indigo

📋 copy color: '#25177C'

red 37 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #25177C

Tints of Persian Indigo #25177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

 BLUE value IS 124 (48.83% from 255) = 67.39%

R = 20.11%
G = 12.5%
B = 67.39%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25177C (or 0x25177C) is known color: Persian Indigo. HEX triplet: 25, 17 and 7C. RGB value is (37,23,124). Sum of RGB (Red+Green+Blue) = 37+23+124=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #25177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25177C is #DAE883. Grayscale: #262626. Windows color (decimal): -14346372 or 8132389. OLE color: 8132389.

HSL color Cylindrical-coordinate representation of color #25177C: hue angle of 248.32º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25177C is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 23 124 -
CMYK 0.70 0.81 0 0.51
HSL 248.32º 0.69% 0.29% -
HSV(B) 248.32º 0.81% 0.49% -
XYZ 4.71 2.46 19.3 -
YUV 38.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 37 23 124 0.70 0.81 0 0.51 248.32 0.69 0.29
Hex 25 17 7C 46 51 0 33 F8 45 1D
Octal 45 27 174 106 121 0 63 370 105 35
Binary 100101 10111 1111100 1000110 1010001 0 110011 11111000 1000101 11101

Color Harmonies of #25177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25177C

Black with #25177C

Text Example


Text Example

White with #25177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25177C; }

 p { color: rgb(37,23,124); }

 H1.HeaderClassName
 {
   color: #25177C;
 }
 .AnyTagClassName
 {
   color: #25177C;
 }
</style>

background-color css

<style>
 a { background-color: #25177C; }

 a { background-color: rgb(37,23,124); }

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

border-color css

<style>
 span { border-color: #25177C; }

 span { border-color: rgb(37,23,124); }

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