Html Css Color HEX #250882 Persian Indigo

📋 copy color: '#250882'

red 37 ◦ green 8 ◦ blue 130

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

Shades of Persian Indigo #250882

Tints of Persian Indigo #250882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

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

R = 21.14%
G = 4.57%
B = 74.29%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#250882 (or 0x250882) is known color: Persian Indigo. HEX triplet: 25, 08 and 82. RGB value is (37,8,130). Sum of RGB (Red+Green+Blue) = 37+8+130=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #250882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250882 is #DAF77D. Grayscale: #1E1E1E. Windows color (decimal): -14350206 or 8521765. OLE color: 8521765.

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

Color convert

RGB 37 8 130 -
CMYK 0.72 0.94 0 0.49
HSL 254.26º 0.88% 0.27% -
HSV(B) 254.26º 0.94% 0.51% -
XYZ 4.88 2.18 21.28 -
YUV 30.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 37 8 130 0.72 0.94 0 0.49 254.26 0.88 0.27
Hex 25 8 82 48 5E 0 31 FE 58 1B
Octal 45 10 202 110 136 0 61 376 130 33
Binary 100101 1000 10000010 1001000 1011110 0 110001 11111110 1011000 11011

Color Harmonies of #250882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250882

Black with #250882

Text Example


Text Example

White with #250882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250882; }

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

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

background-color css

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

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

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

border-color css

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

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

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