Html Css Color HEX #451581 Persian Indigo

📋 copy color: '#451581'

red 69 ◦ green 21 ◦ blue 129

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

Shades of Persian Indigo #451581

Tints of Persian Indigo #451581

RGB

 RED value IS 69 (27.34% from 255) = 31.51%

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 31.51%
G = 9.59%
B = 58.9%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#451581 (or 0x451581) is known color: Persian Indigo. HEX triplet: 45, 15 and 81. RGB value is (69,21,129). Sum of RGB (Red+Green+Blue) = 69+21+129=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #451581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451581 is #BAEA7E. Grayscale: #2F2F2F. Windows color (decimal): -12249727 or 8459589. OLE color: 8459589.

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

Color convert

RGB 69 21 129 -
CMYK 0.47 0.84 0 0.49
HSL 266.67º 0.72% 0.29% -
HSV(B) 266.67º 0.84% 0.51% -
XYZ 6.68 3.39 21.07 -
YUV 47.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 69 21 129 0.47 0.84 0 0.49 266.67 0.72 0.29
Hex 45 15 81 2F 54 0 31 10B 48 1D
Octal 105 25 201 57 124 0 61 413 110 35
Binary 1000101 10101 10000001 101111 1010100 0 110001 100001011 1001000 11101

Color Harmonies of #451581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451581

Black with #451581

Text Example


Text Example

White with #451581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451581; }

 p { color: rgb(69,21,129); }

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

background-color css

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

 a { background-color: rgb(69,21,129); }

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

border-color css

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

 span { border-color: rgb(69,21,129); }

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