Html Css Color HEX #25086B Persian Indigo

📋 copy color: '#25086B'

red 37 ◦ green 8 ◦ blue 107

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

Shades of Persian Indigo #25086B

Tints of Persian Indigo #25086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.39%

R = 24.34%
G = 5.26%
B = 70.39%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25086B (or 0x25086B) is known color: Persian Indigo. HEX triplet: 25, 08 and 6B. RGB value is (37,8,107). Sum of RGB (Red+Green+Blue) = 37+8+107=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #25086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25086B is #DAF794. Grayscale: #1B1B1B. Windows color (decimal): -14350229 or 7014437. OLE color: 7014437.

HSL color Cylindrical-coordinate representation of color #25086B: hue angle of 257.58º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25086B is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 8 107 -
CMYK 0.65 0.93 0 0.58
HSL 257.58º 0.86% 0.23% -
HSV(B) 257.58º 0.93% 0.42% -
XYZ 3.5 1.63 14.04 -
YUV 27.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 37 8 107 0.65 0.93 0 0.58 257.58 0.86 0.23
Hex 25 8 6B 41 5D 0 3A 102 56 17
Octal 45 10 153 101 135 0 72 402 126 27
Binary 100101 1000 1101011 1000001 1011101 0 111010 100000010 1010110 10111

Color Harmonies of #25086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25086B

Black with #25086B

Text Example


Text Example

White with #25086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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