Html Css Color HEX #251473 Persian Indigo

📋 copy color: '#251473'

red 37 ◦ green 20 ◦ blue 115

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

Shades of Persian Indigo #251473

Tints of Persian Indigo #251473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 21.51%
G = 11.63%
B = 66.86%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#251473 (or 0x251473) is known color: Persian Indigo. HEX triplet: 25, 14 and 73. RGB value is (37,20,115). Sum of RGB (Red+Green+Blue) = 37+20+115=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #251473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251473 is #DAEB8C. Grayscale: #232323. Windows color (decimal): -14347149 or 7541797. OLE color: 7541797.

HSL color Cylindrical-coordinate representation of color #251473: hue angle of 250.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251473 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 20 115 -
CMYK 0.68 0.83 0 0.55
HSL 250.74º 0.7% 0.26% -
HSV(B) 250.74º 0.83% 0.45% -
XYZ 4.11 2.13 16.41 -
YUV 35.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 37 20 115 0.68 0.83 0 0.55 250.74 0.7 0.26
Hex 25 14 73 44 53 0 37 FB 46 1A
Octal 45 24 163 104 123 0 67 373 106 32
Binary 100101 10100 1110011 1000100 1010011 0 110111 11111011 1000110 11010

Color Harmonies of #251473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251473

Black with #251473

Text Example


Text Example

White with #251473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251473; }

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

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

background-color css

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

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

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

border-color css

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

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

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