Html Css Color HEX #25026B Persian Indigo

📋 copy color: '#25026B'

red 37 ◦ green 2 ◦ blue 107

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

Shades of Persian Indigo #25026B

Tints of Persian Indigo #25026B

RGB

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

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

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

R = 25.34%
G = 1.37%
B = 73.29%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25026B (or 0x25026B) is known color: Persian Indigo. HEX triplet: 25, 02 and 6B. RGB value is (37,2,107). Sum of RGB (Red+Green+Blue) = 37+2+107=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #25026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25026B is #DAFD94. Grayscale: #181818. Windows color (decimal): -14351765 or 7012901. OLE color: 7012901.

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

Color convert

RGB 37 2 107 -
CMYK 0.65 0.98 0 0.58
HSL 260º 0.96% 0.21% -
HSV(B) 260º 0.98% 0.42% -
XYZ 3.44 1.5 14.02 -
YUV 24.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 37 2 107 0.65 0.98 0 0.58 260 0.96 0.21
Hex 25 2 6B 41 62 0 3A 104 60 15
Octal 45 2 153 101 142 0 72 404 140 25
Binary 100101 10 1101011 1000001 1100010 0 111010 100000100 1100000 10101

Color Harmonies of #25026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25026B

Black with #25026B

Text Example


Text Example

White with #25026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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