Html Css Color HEX #451682 Persian Indigo

📋 copy color: '#451682'

red 69 ◦ green 22 ◦ blue 130

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

Shades of Persian Indigo #451682

Tints of Persian Indigo #451682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.82%

R = 31.22%
G = 9.95%
B = 58.82%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#451682 (or 0x451682) is known color: Persian Indigo. HEX triplet: 45, 16 and 82. RGB value is (69,22,130). Sum of RGB (Red+Green+Blue) = 69+22+130=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #451682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451682 is #BAE97D. Grayscale: #2F2F2F. Windows color (decimal): -12249470 or 8525381. OLE color: 8525381.

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

Color convert

RGB 69 22 130 -
CMYK 0.47 0.83 0 0.49
HSL 266.11º 0.71% 0.3% -
HSV(B) 266.11º 0.83% 0.51% -
XYZ 6.77 3.45 21.43 -
YUV 48.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 69 22 130 0.47 0.83 0 0.49 266.11 0.71 0.3
Hex 45 16 82 2F 53 0 31 10A 47 1E
Octal 105 26 202 57 123 0 61 412 107 36
Binary 1000101 10110 10000010 101111 1010011 0 110001 100001010 1000111 11110

Color Harmonies of #451682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451682

Black with #451682

Text Example


Text Example

White with #451682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451682; }

 p { color: rgb(69,22,130); }

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

background-color css

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

 a { background-color: rgb(69,22,130); }

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

border-color css

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

 span { border-color: rgb(69,22,130); }

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