Html Css Color HEX #250680 Persian Indigo

📋 copy color: '#250680'

red 37 ◦ green 6 ◦ blue 128

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

Shades of Persian Indigo #250680

Tints of Persian Indigo #250680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 74.85%

R = 21.64%
G = 3.51%
B = 74.85%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#250680 (or 0x250680) is known color: Persian Indigo. HEX triplet: 25, 06 and 80. RGB value is (37,6,128). Sum of RGB (Red+Green+Blue) = 37+6+128=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #250680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250680 is #DAF97F. Grayscale: #1C1C1C. Windows color (decimal): -14350720 or 8390181. OLE color: 8390181.

HSL color Cylindrical-coordinate representation of color #250680: hue angle of 255.25º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250680 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 6 128 -
CMYK 0.71 0.95 0 0.50
HSL 255.25º 0.91% 0.26% -
HSV(B) 255.25º 0.95% 0.5% -
XYZ 4.72 2.08 20.57 -
YUV 29.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 37 6 128 0.71 0.95 0 0.50 255.25 0.91 0.26
Hex 25 6 80 47 5F 0 32 FF 5B 1A
Octal 45 6 200 107 137 0 62 377 133 32
Binary 100101 110 10000000 1000111 1011111 0 110010 11111111 1011011 11010

Color Harmonies of #250680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250680

Black with #250680

Text Example


Text Example

White with #250680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250680; }

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

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

background-color css

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

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

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

border-color css

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

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

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