Html Css Color HEX #25106B Persian Indigo

📋 copy color: '#25106B'

red 37 ◦ green 16 ◦ blue 107

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

Shades of Persian Indigo #25106B

Tints of Persian Indigo #25106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

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

R = 23.13%
G = 10%
B = 66.88%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25106B (or 0x25106B) is known color: Persian Indigo. HEX triplet: 25, 10 and 6B. RGB value is (37,16,107). Sum of RGB (Red+Green+Blue) = 37+16+107=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #25106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25106B is #DAEF94. Grayscale: #202020. Windows color (decimal): -14348181 or 7016485. OLE color: 7016485.

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

Color convert

RGB 37 16 107 -
CMYK 0.65 0.85 0 0.58
HSL 253.85º 0.74% 0.24% -
HSV(B) 253.85º 0.85% 0.42% -
XYZ 3.6 1.83 14.07 -
YUV 32.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 37 16 107 0.65 0.85 0 0.58 253.85 0.74 0.24
Hex 25 10 6B 41 55 0 3A FE 4A 18
Octal 45 20 153 101 125 0 72 376 112 30
Binary 100101 10000 1101011 1000001 1010101 0 111010 11111110 1001010 11000

Color Harmonies of #25106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25106B

Black with #25106B

Text Example


Text Example

White with #25106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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