Html Css Color HEX #25027A Persian Indigo

📋 copy color: '#25027A'

red 37 ◦ green 2 ◦ blue 122

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

Shades of Persian Indigo #25027A

Tints of Persian Indigo #25027A

RGB

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

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

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

R = 22.98%
G = 1.24%
B = 75.78%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25027A (or 0x25027A) is known color: Persian Indigo. HEX triplet: 25, 02 and 7A. RGB value is (37,2,122). Sum of RGB (Red+Green+Blue) = 37+2+122=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #25027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25027A is #DAFD85. Grayscale: #191919. Windows color (decimal): -14351750 or 7995941. OLE color: 7995941.

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

Color convert

RGB 37 2 122 -
CMYK 0.70 0.98 0 0.52
HSL 257.5º 0.97% 0.24% -
HSV(B) 257.5º 0.98% 0.48% -
XYZ 4.3 1.84 18.54 -
YUV 26.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 37 2 122 0.70 0.98 0 0.52 257.5 0.97 0.24
Hex 25 2 7A 46 62 0 34 102 61 18
Octal 45 2 172 106 142 0 64 402 141 30
Binary 100101 10 1111010 1000110 1100010 0 110100 100000010 1100001 11000

Color Harmonies of #25027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25027A

Black with #25027A

Text Example


Text Example

White with #25027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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