Html Css Color HEX #380687 Persian Indigo

📋 copy color: '#380687'

red 56 ◦ green 6 ◦ blue 135

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

Shades of Persian Indigo #380687

Tints of Persian Indigo #380687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 68.53%

R = 28.43%
G = 3.05%
B = 68.53%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#380687 (or 0x380687) is known color: Persian Indigo. HEX triplet: 38, 06 and 87. RGB value is (56,6,135). Sum of RGB (Red+Green+Blue) = 56+6+135=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #380687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380687 is #C7F978. Grayscale: #232323. Windows color (decimal): -13105529 or 8848952. OLE color: 8848952.

HSL color Cylindrical-coordinate representation of color #380687: hue angle of 263.26º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380687 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 6 135 -
CMYK 0.59 0.96 0 0.47
HSL 263.26º 0.91% 0.28% -
HSV(B) 263.26º 0.96% 0.53% -
XYZ 6.07 2.72 23.13 -
YUV 35.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 56 6 135 0.59 0.96 0 0.47 263.26 0.91 0.28
Hex 38 6 87 3B 60 0 2F 107 5B 1C
Octal 70 6 207 73 140 0 57 407 133 34
Binary 111000 110 10000111 111011 1100000 0 101111 100000111 1011011 11100

Color Harmonies of #380687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380687

Black with #380687

Text Example


Text Example

White with #380687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380687; }

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

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

background-color css

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

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

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

border-color css

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

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

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