Html Css Color HEX #380688 Persian Indigo

📋 copy color: '#380688'

red 56 ◦ green 6 ◦ blue 136

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

Shades of Persian Indigo #380688

Tints of Persian Indigo #380688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 68.69%

R = 28.28%
G = 3.03%
B = 68.69%

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

#380688 (or 0x380688) is known color: Persian Indigo. HEX triplet: 38, 06 and 88. RGB value is (56,6,136). Sum of RGB (Red+Green+Blue) = 56+6+136=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #380688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380688 is #C7F977. Grayscale: #232323. Windows color (decimal): -13105528 or 8914488. OLE color: 8914488.

HSL color Cylindrical-coordinate representation of color #380688: hue angle of 263.08º degrees, saturation: 0.92, 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 #380688 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 6 136 -
CMYK 0.59 0.96 0 0.47
HSL 263.08º 0.92% 0.28% -
HSV(B) 263.08º 0.96% 0.53% -
XYZ 6.14 2.75 23.5 -
YUV 35.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 56 6 136 0.59 0.96 0 0.47 263.08 0.92 0.28
Hex 38 6 88 3B 60 0 2F 107 5C 1C
Octal 70 6 210 73 140 0 57 407 134 34
Binary 111000 110 10001000 111011 1100000 0 101111 100000111 1011100 11100

Color Harmonies of #380688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380688

Black with #380688

Text Example


Text Example

White with #380688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380688; }

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

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

background-color css

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

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

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

border-color css

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

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

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