Html Css Color HEX #251482 Persian Indigo

📋 copy color: '#251482'

red 37 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #251482

Tints of Persian Indigo #251482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 19.79%
G = 10.7%
B = 69.52%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#251482 (or 0x251482) is known color: Persian Indigo. HEX triplet: 25, 14 and 82. RGB value is (37,20,130). Sum of RGB (Red+Green+Blue) = 37+20+130=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #251482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251482 is #DAEB7D. Grayscale: #252525. Windows color (decimal): -14347134 or 8524837. OLE color: 8524837.

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

Color convert

RGB 37 20 130 -
CMYK 0.72 0.85 0 0.49
HSL 249.27º 0.73% 0.29% -
HSV(B) 249.27º 0.85% 0.51% -
XYZ 5.04 2.51 21.34 -
YUV 37.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 37 20 130 0.72 0.85 0 0.49 249.27 0.73 0.29
Hex 25 14 82 48 55 0 31 F9 49 1D
Octal 45 24 202 110 125 0 61 371 111 35
Binary 100101 10100 10000010 1001000 1010101 0 110001 11111001 1001001 11101

Color Harmonies of #251482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251482

Black with #251482

Text Example


Text Example

White with #251482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251482; }

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

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

background-color css

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

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

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

border-color css

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

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

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