Html Css Color HEX #451781 Persian Indigo

📋 copy color: '#451781'

red 69 ◦ green 23 ◦ blue 129

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

Shades of Persian Indigo #451781

Tints of Persian Indigo #451781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 31.22%
G = 10.41%
B = 58.37%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#451781 (or 0x451781) is known color: Persian Indigo. HEX triplet: 45, 17 and 81. RGB value is (69,23,129). Sum of RGB (Red+Green+Blue) = 69+23+129=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #451781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451781 is #BAE87E. Grayscale: #303030. Windows color (decimal): -12249215 or 8460101. OLE color: 8460101.

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

Color convert

RGB 69 23 129 -
CMYK 0.47 0.82 0 0.49
HSL 266.04º 0.7% 0.3% -
HSV(B) 266.04º 0.82% 0.51% -
XYZ 6.72 3.46 21.08 -
YUV 48.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 69 23 129 0.47 0.82 0 0.49 266.04 0.7 0.3
Hex 45 17 81 2F 52 0 31 10A 46 1E
Octal 105 27 201 57 122 0 61 412 106 36
Binary 1000101 10111 10000001 101111 1010010 0 110001 100001010 1000110 11110

Color Harmonies of #451781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451781

Black with #451781

Text Example


Text Example

White with #451781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451781; }

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

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

background-color css

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

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

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

border-color css

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

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

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