Html Css Color HEX #451883 Persian Indigo

📋 copy color: '#451883'

red 69 ◦ green 24 ◦ blue 131

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

Shades of Persian Indigo #451883

Tints of Persian Indigo #451883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 30.8%
G = 10.71%
B = 58.48%

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

#451883 (or 0x451883) is known color: Persian Indigo. HEX triplet: 45, 18 and 83. RGB value is (69,24,131). Sum of RGB (Red+Green+Blue) = 69+24+131=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #451883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451883 is #BAE77C. Grayscale: #313131. Windows color (decimal): -12248957 or 8591429. OLE color: 8591429.

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

Color convert

RGB 69 24 131 -
CMYK 0.47 0.82 0 0.49
HSL 265.23º 0.69% 0.3% -
HSV(B) 265.23º 0.82% 0.51% -
XYZ 6.88 3.56 21.8 -
YUV 49.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 69 24 131 0.47 0.82 0 0.49 265.23 0.69 0.3
Hex 45 18 83 2F 52 0 31 109 45 1E
Octal 105 30 203 57 122 0 61 411 105 36
Binary 1000101 11000 10000011 101111 1010010 0 110001 100001001 1000101 11110

Color Harmonies of #451883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451883

Black with #451883

Text Example


Text Example

White with #451883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451883; }

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

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

background-color css

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

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

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

border-color css

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

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

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