Html Css Color HEX #25137A Persian Indigo

📋 copy color: '#25137A'

red 37 ◦ green 19 ◦ blue 122

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

Shades of Persian Indigo #25137A

Tints of Persian Indigo #25137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

 BLUE value IS 122 (48.05% from 255) = 68.54%

R = 20.79%
G = 10.67%
B = 68.54%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25137A (or 0x25137A) is known color: Persian Indigo. HEX triplet: 25, 13 and 7A. RGB value is (37,19,122). Sum of RGB (Red+Green+Blue) = 37+19+122=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #25137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25137A is #DAEC85. Grayscale: #232323. Windows color (decimal): -14347398 or 8000293. OLE color: 8000293.

HSL color Cylindrical-coordinate representation of color #25137A: hue angle of 250.49º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25137A is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 19 122 -
CMYK 0.70 0.84 0 0.52
HSL 250.49º 0.73% 0.28% -
HSV(B) 250.49º 0.84% 0.48% -
XYZ 4.51 2.26 18.61 -
YUV 36.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 37 19 122 0.70 0.84 0 0.52 250.49 0.73 0.28
Hex 25 13 7A 46 54 0 34 FA 49 1C
Octal 45 23 172 106 124 0 64 372 111 34
Binary 100101 10011 1111010 1000110 1010100 0 110100 11111010 1001001 11100

Color Harmonies of #25137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25137A

Black with #25137A

Text Example


Text Example

White with #25137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25137A; }

 p { color: rgb(37,19,122); }

 H1.HeaderClassName
 {
   color: #25137A;
 }
 .AnyTagClassName
 {
   color: #25137A;
 }
</style>

background-color css

<style>
 a { background-color: #25137A; }

 a { background-color: rgb(37,19,122); }

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

border-color css

<style>
 span { border-color: #25137A; }

 span { border-color: rgb(37,19,122); }

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