Html Css Color HEX #25077B Persian Indigo

📋 copy color: '#25077B'

red 37 ◦ green 7 ◦ blue 123

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

Shades of Persian Indigo #25077B

Tints of Persian Indigo #25077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

 BLUE value IS 123 (48.44% from 255) = 73.65%

R = 22.16%
G = 4.19%
B = 73.65%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25077B (or 0x25077B) is known color: Persian Indigo. HEX triplet: 25, 07 and 7B. RGB value is (37,7,123). Sum of RGB (Red+Green+Blue) = 37+7+123=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #25077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25077B is #DAF884. Grayscale: #1C1C1C. Windows color (decimal): -14350469 or 8062757. OLE color: 8062757.

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

Color convert

RGB 37 7 123 -
CMYK 0.70 0.94 0 0.52
HSL 255.52º 0.89% 0.25% -
HSV(B) 255.52º 0.94% 0.48% -
XYZ 4.41 1.98 18.89 -
YUV 29.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 37 7 123 0.70 0.94 0 0.52 255.52 0.89 0.25
Hex 25 7 7B 46 5E 0 34 100 59 19
Octal 45 7 173 106 136 0 64 400 131 31
Binary 100101 111 1111011 1000110 1011110 0 110100 100000000 1011001 11001

Color Harmonies of #25077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25077B

Black with #25077B

Text Example


Text Example

White with #25077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25077B; }

 p { color: rgb(37,7,123); }

 H1.HeaderClassName
 {
   color: #25077B;
 }
 .AnyTagClassName
 {
   color: #25077B;
 }
</style>

background-color css

<style>
 a { background-color: #25077B; }

 a { background-color: rgb(37,7,123); }

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

border-color css

<style>
 span { border-color: #25077B; }

 span { border-color: rgb(37,7,123); }

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