Html Css Color HEX #251684 Persian Indigo

📋 copy color: '#251684'

red 37 ◦ green 22 ◦ blue 132

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

Shades of Persian Indigo #251684

Tints of Persian Indigo #251684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 132 (51.95% from 255) = 69.11%

R = 19.37%
G = 11.52%
B = 69.11%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#251684 (or 0x251684) is known color: Persian Indigo. HEX triplet: 25, 16 and 84. RGB value is (37,22,132). Sum of RGB (Red+Green+Blue) = 37+22+132=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 132 (51.95% from 255 or 69.11% from 191); Max value from RGB is 132 - color contains mainly: blue. Hex color #251684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251684 is #DAE97B. Grayscale: #262626. Windows color (decimal): -14346620 or 8656421. OLE color: 8656421.

HSL color Cylindrical-coordinate representation of color #251684: hue angle of 248.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251684 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 22 132 -
CMYK 0.72 0.83 0 0.48
HSL 248.18º 0.71% 0.3% -
HSV(B) 248.18º 0.83% 0.52% -
XYZ 5.21 2.63 22.06 -
YUV 39.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 37 22 132 0.72 0.83 0 0.48 248.18 0.71 0.3
Hex 25 16 84 48 53 0 30 F8 47 1E
Octal 45 26 204 110 123 0 60 370 107 36
Binary 100101 10110 10000100 1001000 1010011 0 110000 11111000 1000111 11110

Color Harmonies of #251684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251684

Black with #251684

Text Example


Text Example

White with #251684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251684; }

 p { color: rgb(37,22,132); }

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

background-color css

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

 a { background-color: rgb(37,22,132); }

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

border-color css

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

 span { border-color: rgb(37,22,132); }

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