Html Css Color HEX #250580 Persian Indigo

📋 copy color: '#250580'

red 37 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #250580

Tints of Persian Indigo #250580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 21.76%
G = 2.94%
B = 75.29%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#250580 (or 0x250580) is known color: Persian Indigo. HEX triplet: 25, 05 and 80. RGB value is (37,5,128). Sum of RGB (Red+Green+Blue) = 37+5+128=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 128 (50.39% from 255 or 75.29% from 170); Max value from RGB is 128 - color contains mainly: blue. Hex color #250580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250580 is #DAFA7F. Grayscale: #1C1C1C. Windows color (decimal): -14350976 or 8389925. OLE color: 8389925.

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

Color convert

RGB 37 5 128 -
CMYK 0.71 0.96 0 0.50
HSL 255.61º 0.92% 0.26% -
HSV(B) 255.61º 0.96% 0.5% -
XYZ 4.71 2.06 20.57 -
YUV 28.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 37 5 128 0.71 0.96 0 0.50 255.61 0.92 0.26
Hex 25 5 80 47 60 0 32 100 5C 1A
Octal 45 5 200 107 140 0 62 400 134 32
Binary 100101 101 10000000 1000111 1100000 0 110010 100000000 1011100 11010

Color Harmonies of #250580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250580

Black with #250580

Text Example


Text Example

White with #250580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250580; }

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

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

background-color css

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

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

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

border-color css

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

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

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