Html Css Color HEX #250076 Persian Indigo

📋 copy color: '#250076'

red 37 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #250076

Tints of Persian Indigo #250076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 76.13%

R = 23.87%
G = 0%
B = 76.13%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250076 (or 0x250076) is known color: Persian Indigo. HEX triplet: 25, 00 and 76. RGB value is (37,0,118). Sum of RGB (Red+Green+Blue) = 37+0+118=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #250076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250076 is #DAFF89. Grayscale: #181818. Windows color (decimal): -14352266 or 7733285. OLE color: 7733285.

HSL color Cylindrical-coordinate representation of color #250076: hue angle of 258.81º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250076 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 0 118 -
CMYK 0.69 1 0 0.54
HSL 258.81º 1% 0.23% -
HSV(B) 258.81º 1% 0.46% -
XYZ 4.03 1.7 17.26 -
YUV 24.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 37 0 118 0.69 1 0 0.54 258.81 1 0.23
Hex 25 0 76 45 64 0 36 103 64 17
Octal 45 0 166 105 144 0 66 403 144 27
Binary 100101 0 1110110 1000101 1100100 0 110110 100000011 1100100 10111

Color Harmonies of #250076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250076

Black with #250076

Text Example


Text Example

White with #250076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250076; }

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

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

background-color css

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

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

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

border-color css

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

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

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