Html Css Color HEX #250482 Persian Indigo

📋 copy color: '#250482'

red 37 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #250482

Tints of Persian Indigo #250482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 130 (51.17% from 255) = 76.02%

R = 21.64%
G = 2.34%
B = 76.02%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#250482 (or 0x250482) is known color: Persian Indigo. HEX triplet: 25, 04 and 82. RGB value is (37,4,130). Sum of RGB (Red+Green+Blue) = 37+4+130=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #250482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250482 is #DAFB7D. Grayscale: #1B1B1B. Windows color (decimal): -14351230 or 8520741. OLE color: 8520741.

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

Color convert

RGB 37 4 130 -
CMYK 0.72 0.97 0 0.49
HSL 255.71º 0.94% 0.26% -
HSV(B) 255.71º 0.97% 0.51% -
XYZ 4.84 2.09 21.27 -
YUV 28.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 37 4 130 0.72 0.97 0 0.49 255.71 0.94 0.26
Hex 25 4 82 48 61 0 31 100 5E 1A
Octal 45 4 202 110 141 0 61 400 136 32
Binary 100101 100 10000010 1001000 1100001 0 110001 100000000 1011110 11010

Color Harmonies of #250482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250482

Black with #250482

Text Example


Text Example

White with #250482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250482; }

 p { color: rgb(37,4,130); }

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

background-color css

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

 a { background-color: rgb(37,4,130); }

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

border-color css

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

 span { border-color: rgb(37,4,130); }

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