Html Css Color HEX #250676 Persian Indigo

📋 copy color: '#250676'

red 37 ◦ green 6 ◦ blue 118

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

Shades of Persian Indigo #250676

Tints of Persian Indigo #250676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 22.98%
G = 3.73%
B = 73.29%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#250676 (or 0x250676) is known color: Persian Indigo. HEX triplet: 25, 06 and 76. RGB value is (37,6,118). Sum of RGB (Red+Green+Blue) = 37+6+118=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #250676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250676 is #DAF989. Grayscale: #1B1B1B. Windows color (decimal): -14350730 or 7734821. OLE color: 7734821.

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

Color convert

RGB 37 6 118 -
CMYK 0.69 0.95 0 0.54
HSL 256.61º 0.9% 0.24% -
HSV(B) 256.61º 0.95% 0.46% -
XYZ 4.1 1.83 17.28 -
YUV 28.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 37 6 118 0.69 0.95 0 0.54 256.61 0.9 0.24
Hex 25 6 76 45 5F 0 36 101 5A 18
Octal 45 6 166 105 137 0 66 401 132 30
Binary 100101 110 1110110 1000101 1011111 0 110110 100000001 1011010 11000

Color Harmonies of #250676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250676

Black with #250676

Text Example


Text Example

White with #250676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250676; }

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

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

background-color css

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

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

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

border-color css

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

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

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