Html Css Color HEX #250982 Persian Indigo

📋 copy color: '#250982'

red 37 ◦ green 9 ◦ blue 130

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

Shades of Persian Indigo #250982

Tints of Persian Indigo #250982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

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

R = 21.02%
G = 5.11%
B = 73.86%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#250982 (or 0x250982) is known color: Persian Indigo. HEX triplet: 25, 09 and 82. RGB value is (37,9,130). Sum of RGB (Red+Green+Blue) = 37+9+130=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #250982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250982 is #DAF67D. Grayscale: #1E1E1E. Windows color (decimal): -14349950 or 8522021. OLE color: 8522021.

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

Color convert

RGB 37 9 130 -
CMYK 0.72 0.93 0 0.49
HSL 253.88º 0.87% 0.27% -
HSV(B) 253.88º 0.93% 0.51% -
XYZ 4.89 2.2 21.29 -
YUV 31.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 37 9 130 0.72 0.93 0 0.49 253.88 0.87 0.27
Hex 25 9 82 48 5D 0 31 FE 57 1B
Octal 45 11 202 110 135 0 61 376 127 33
Binary 100101 1001 10000010 1001000 1011101 0 110001 11111110 1010111 11011

Color Harmonies of #250982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250982

Black with #250982

Text Example


Text Example

White with #250982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250982; }

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

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

background-color css

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

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

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

border-color css

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

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

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