Html Css Color HEX #25087A Persian Indigo

📋 copy color: '#25087A'

red 37 ◦ green 8 ◦ blue 122

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

Shades of Persian Indigo #25087A

Tints of Persian Indigo #25087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 22.16%
G = 4.79%
B = 73.05%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25087A (or 0x25087A) is known color: Persian Indigo. HEX triplet: 25, 08 and 7A. RGB value is (37,8,122). Sum of RGB (Red+Green+Blue) = 37+8+122=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #25087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25087A is #DAF785. Grayscale: #1D1D1D. Windows color (decimal): -14350214 or 7997477. OLE color: 7997477.

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

Color convert

RGB 37 8 122 -
CMYK 0.70 0.93 0 0.52
HSL 255.26º 0.88% 0.25% -
HSV(B) 255.26º 0.93% 0.48% -
XYZ 4.36 1.97 18.56 -
YUV 29.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 37 8 122 0.70 0.93 0 0.52 255.26 0.88 0.25
Hex 25 8 7A 46 5D 0 34 FF 58 19
Octal 45 10 172 106 135 0 64 377 130 31
Binary 100101 1000 1111010 1000110 1011101 0 110100 11111111 1011000 11001

Color Harmonies of #25087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25087A

Black with #25087A

Text Example


Text Example

White with #25087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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