Html Css Color HEX #380682 Persian Indigo

📋 copy color: '#380682'

red 56 ◦ green 6 ◦ blue 130

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

Shades of Persian Indigo #380682

Tints of Persian Indigo #380682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 29.17%
G = 3.13%
B = 67.71%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#380682 (or 0x380682) is known color: Persian Indigo. HEX triplet: 38, 06 and 82. RGB value is (56,6,130). Sum of RGB (Red+Green+Blue) = 56+6+130=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #380682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380682 is #C7F97D. Grayscale: #222222. Windows color (decimal): -13105534 or 8521272. OLE color: 8521272.

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

Color convert

RGB 56 6 130 -
CMYK 0.57 0.95 0 0.49
HSL 264.19º 0.91% 0.27% -
HSV(B) 264.19º 0.95% 0.51% -
XYZ 5.73 2.58 21.32 -
YUV 35.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 56 6 130 0.57 0.95 0 0.49 264.19 0.91 0.27
Hex 38 6 82 39 5F 0 31 108 5B 1B
Octal 70 6 202 71 137 0 61 410 133 33
Binary 111000 110 10000010 111001 1011111 0 110001 100001000 1011011 11011

Color Harmonies of #380682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380682

Black with #380682

Text Example


Text Example

White with #380682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380682; }

 p { color: rgb(56,6,130); }

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

background-color css

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

 a { background-color: rgb(56,6,130); }

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

border-color css

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

 span { border-color: rgb(56,6,130); }

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