Html Css Color HEX #380969 Persian Indigo

📋 copy color: '#380969'

red 56 ◦ green 9 ◦ blue 105

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

Shades of Persian Indigo #380969

Tints of Persian Indigo #380969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

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

R = 32.94%
G = 5.29%
B = 61.76%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380969 (or 0x380969) is known color: Persian Indigo. HEX triplet: 38, 09 and 69. RGB value is (56,9,105). Sum of RGB (Red+Green+Blue) = 56+9+105=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #380969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380969 is #C7F696. Grayscale: #212121. Windows color (decimal): -13104791 or 6883640. OLE color: 6883640.

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

Color convert

RGB 56 9 105 -
CMYK 0.47 0.91 0 0.59
HSL 269.38º 0.84% 0.22% -
HSV(B) 269.38º 0.91% 0.41% -
XYZ 4.28 2.06 13.54 -
YUV 34 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 56 9 105 0.47 0.91 0 0.59 269.38 0.84 0.22
Hex 38 9 69 2F 5B 0 3B 10D 54 16
Octal 70 11 151 57 133 0 73 415 124 26
Binary 111000 1001 1101001 101111 1011011 0 111011 100001101 1010100 10110

Color Harmonies of #380969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380969

Black with #380969

Text Example


Text Example

White with #380969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380969; }

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

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

background-color css

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

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

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

border-color css

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

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

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