Html Css Color HEX #380869 Persian Indigo

📋 copy color: '#380869'

red 56 ◦ green 8 ◦ blue 105

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

Shades of Persian Indigo #380869

Tints of Persian Indigo #380869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 105 (41.41% from 255) = 62.13%

R = 33.14%
G = 4.73%
B = 62.13%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380869 (or 0x380869) is known color: Persian Indigo. HEX triplet: 38, 08 and 69. RGB value is (56,8,105). Sum of RGB (Red+Green+Blue) = 56+8+105=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #380869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380869 is #C7F796. Grayscale: #212121. Windows color (decimal): -13105047 or 6883384. OLE color: 6883384.

HSL color Cylindrical-coordinate representation of color #380869: hue angle of 269.69º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380869 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 8 105 -
CMYK 0.47 0.92 0 0.59
HSL 269.69º 0.86% 0.22% -
HSV(B) 269.69º 0.92% 0.41% -
XYZ 4.27 2.03 13.53 -
YUV 33.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 56 8 105 0.47 0.92 0 0.59 269.69 0.86 0.22
Hex 38 8 69 2F 5C 0 3B 10E 56 16
Octal 70 10 151 57 134 0 73 416 126 26
Binary 111000 1000 1101001 101111 1011100 0 111011 100001110 1010110 10110

Color Harmonies of #380869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380869

Black with #380869

Text Example


Text Example

White with #380869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380869; }

 p { color: rgb(56,8,105); }

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

background-color css

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

 a { background-color: rgb(56,8,105); }

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

border-color css

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

 span { border-color: rgb(56,8,105); }

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