Html Css Color HEX #251478 Persian Indigo

📋 copy color: '#251478'

red 37 ◦ green 20 ◦ blue 120

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

Shades of Persian Indigo #251478

Tints of Persian Indigo #251478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 67.8%

R = 20.9%
G = 11.3%
B = 67.8%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#251478 (or 0x251478) is known color: Persian Indigo. HEX triplet: 25, 14 and 78. RGB value is (37,20,120). Sum of RGB (Red+Green+Blue) = 37+20+120=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #251478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251478 is #DAEB87. Grayscale: #242424. Windows color (decimal): -14347144 or 7869477. OLE color: 7869477.

HSL color Cylindrical-coordinate representation of color #251478: hue angle of 250.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251478 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 20 120 -
CMYK 0.69 0.83 0 0.53
HSL 250.2º 0.71% 0.27% -
HSV(B) 250.2º 0.83% 0.47% -
XYZ 4.4 2.25 17.97 -
YUV 36.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 37 20 120 0.69 0.83 0 0.53 250.2 0.71 0.27
Hex 25 14 78 45 53 0 35 FA 47 1B
Octal 45 24 170 105 123 0 65 372 107 33
Binary 100101 10100 1111000 1000101 1010011 0 110101 11111010 1000111 11011

Color Harmonies of #251478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251478

Black with #251478

Text Example


Text Example

White with #251478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251478; }

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

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

background-color css

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

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

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

border-color css

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

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

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