Html Css Color HEX #25006C Persian Indigo

📋 copy color: '#25006C'

red 37 ◦ green 0 ◦ blue 108

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

Shades of Persian Indigo #25006C

Tints of Persian Indigo #25006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.52%
G = 0%
B = 74.48%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25006C (or 0x25006C) is known color: Persian Indigo. HEX triplet: 25, 00 and 6C. RGB value is (37,0,108). Sum of RGB (Red+Green+Blue) = 37+0+108=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #25006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25006C is #DAFF93. Grayscale: #161616. Windows color (decimal): -14352276 or 7077925. OLE color: 7077925.

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

Color convert

RGB 37 0 108 -
CMYK 0.66 1 0 0.58
HSL 260.56º 1% 0.21% -
HSV(B) 260.56º 1% 0.42% -
XYZ 3.47 1.48 14.29 -
YUV 23.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 37 0 108 0.66 1 0 0.58 260.56 1 0.21
Hex 25 0 6C 42 64 0 3A 105 64 15
Octal 45 0 154 102 144 0 72 405 144 25
Binary 100101 0 1101100 1000010 1100100 0 111010 100000101 1100100 10101

Color Harmonies of #25006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25006C

Black with #25006C

Text Example


Text Example

White with #25006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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