Html Css Color HEX #25026C Persian Indigo

📋 copy color: '#25026C'

red 37 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #25026C

Tints of Persian Indigo #25026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 73.47%

R = 25.17%
G = 1.36%
B = 73.47%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25026C (or 0x25026C) is known color: Persian Indigo. HEX triplet: 25, 02 and 6C. RGB value is (37,2,108). Sum of RGB (Red+Green+Blue) = 37+2+108=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #25026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25026C is #DAFD93. Grayscale: #181818. Windows color (decimal): -14351764 or 7078437. OLE color: 7078437.

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

Color convert

RGB 37 2 108 -
CMYK 0.66 0.98 0 0.58
HSL 259.81º 0.96% 0.22% -
HSV(B) 259.81º 0.98% 0.42% -
XYZ 3.49 1.52 14.3 -
YUV 24.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 37 2 108 0.66 0.98 0 0.58 259.81 0.96 0.22
Hex 25 2 6C 42 62 0 3A 104 60 16
Octal 45 2 154 102 142 0 72 404 140 26
Binary 100101 10 1101100 1000010 1100010 0 111010 100000100 1100000 10110

Color Harmonies of #25026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25026C

Black with #25026C

Text Example


Text Example

White with #25026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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