Html Css Color HEX #380583 Persian Indigo

📋 copy color: '#380583'

red 56 ◦ green 5 ◦ blue 131

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

Shades of Persian Indigo #380583

Tints of Persian Indigo #380583

RGB

 RED value IS 56 (22.27% from 255) = 29.17%

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 29.17%
G = 2.6%
B = 68.23%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#380583 (or 0x380583) is known color: Persian Indigo. HEX triplet: 38, 05 and 83. RGB value is (56,5,131). Sum of RGB (Red+Green+Blue) = 56+5+131=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #380583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380583 is #C7FA7C. Grayscale: #222222. Windows color (decimal): -13105789 or 8586552. OLE color: 8586552.

HSL color Cylindrical-coordinate representation of color #380583: hue angle of 264.29º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380583 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 5 131 -
CMYK 0.57 0.96 0 0.49
HSL 264.29º 0.93% 0.27% -
HSV(B) 264.29º 0.96% 0.51% -
XYZ 5.78 2.59 21.67 -
YUV 34.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 56 5 131 0.57 0.96 0 0.49 264.29 0.93 0.27
Hex 38 5 83 39 60 0 31 108 5D 1B
Octal 70 5 203 71 140 0 61 410 135 33
Binary 111000 101 10000011 111001 1100000 0 110001 100001000 1011101 11011

Color Harmonies of #380583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380583

Black with #380583

Text Example


Text Example

White with #380583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380583; }

 p { color: rgb(56,5,131); }

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

background-color css

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

 a { background-color: rgb(56,5,131); }

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

border-color css

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

 span { border-color: rgb(56,5,131); }

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