Html Css Color HEX #250581 Persian Indigo

📋 copy color: '#250581'

red 37 ◦ green 5 ◦ blue 129

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

Shades of Persian Indigo #250581

Tints of Persian Indigo #250581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 75.44%

R = 21.64%
G = 2.92%
B = 75.44%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#250581 (or 0x250581) is known color: Persian Indigo. HEX triplet: 25, 05 and 81. RGB value is (37,5,129). Sum of RGB (Red+Green+Blue) = 37+5+129=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 129 (50.78% from 255 or 75.44% from 171); Max value from RGB is 129 - color contains mainly: blue. Hex color #250581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250581 is #DAFA7E. Grayscale: #1C1C1C. Windows color (decimal): -14350975 or 8455461. OLE color: 8455461.

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

Color convert

RGB 37 5 129 -
CMYK 0.71 0.96 0 0.49
HSL 255.48º 0.93% 0.26% -
HSV(B) 255.48º 0.96% 0.51% -
XYZ 4.78 2.09 20.92 -
YUV 28.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 37 5 129 0.71 0.96 0 0.49 255.48 0.93 0.26
Hex 25 5 81 47 60 0 31 FF 5D 1A
Octal 45 5 201 107 140 0 61 377 135 32
Binary 100101 101 10000001 1000111 1100000 0 110001 11111111 1011101 11010

Color Harmonies of #250581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250581

Black with #250581

Text Example


Text Example

White with #250581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250581; }

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

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

background-color css

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

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

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

border-color css

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

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

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