Html Css Color HEX #451683 Persian Indigo

📋 copy color: '#451683'

red 69 ◦ green 22 ◦ blue 131

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

Shades of Persian Indigo #451683

Tints of Persian Indigo #451683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.01%

R = 31.08%
G = 9.91%
B = 59.01%

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

#451683 (or 0x451683) is known color: Persian Indigo. HEX triplet: 45, 16 and 83. RGB value is (69,22,131). Sum of RGB (Red+Green+Blue) = 69+22+131=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #451683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451683 is #BAE97C. Grayscale: #303030. Windows color (decimal): -12249469 or 8590917. OLE color: 8590917.

HSL color Cylindrical-coordinate representation of color #451683: hue angle of 265.87º 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 #451683 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 22 131 -
CMYK 0.47 0.83 0 0.49
HSL 265.87º 0.71% 0.3% -
HSV(B) 265.87º 0.83% 0.51% -
XYZ 6.84 3.48 21.78 -
YUV 48.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 69 22 131 0.47 0.83 0 0.49 265.87 0.71 0.3
Hex 45 16 83 2F 53 0 31 10A 47 1E
Octal 105 26 203 57 123 0 61 412 107 36
Binary 1000101 10110 10000011 101111 1010011 0 110001 100001010 1000111 11110

Color Harmonies of #451683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451683

Black with #451683

Text Example


Text Example

White with #451683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451683; }

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

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

background-color css

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

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

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

border-color css

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

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

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