Html Css Color HEX #25036B Persian Indigo

📋 copy color: '#25036B'

red 37 ◦ green 3 ◦ blue 107

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

Shades of Persian Indigo #25036B

Tints of Persian Indigo #25036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

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

R = 25.17%
G = 2.04%
B = 72.79%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25036B (or 0x25036B) is known color: Persian Indigo. HEX triplet: 25, 03 and 6B. RGB value is (37,3,107). Sum of RGB (Red+Green+Blue) = 37+3+107=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #25036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25036B is #DAFC94. Grayscale: #181818. Windows color (decimal): -14351509 or 7013157. OLE color: 7013157.

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

Color convert

RGB 37 3 107 -
CMYK 0.65 0.97 0 0.58
HSL 259.62º 0.95% 0.22% -
HSV(B) 259.62º 0.97% 0.42% -
XYZ 3.45 1.52 14.02 -
YUV 25.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 37 3 107 0.65 0.97 0 0.58 259.62 0.95 0.22
Hex 25 3 6B 41 61 0 3A 104 5F 16
Octal 45 3 153 101 141 0 72 404 137 26
Binary 100101 11 1101011 1000001 1100001 0 111010 100000100 1011111 10110

Color Harmonies of #25036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25036B

Black with #25036B

Text Example


Text Example

White with #25036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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