Html Css Color HEX #380968 Persian Indigo

📋 copy color: '#380968'

red 56 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #380968

Tints of Persian Indigo #380968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.54%

R = 33.14%
G = 5.33%
B = 61.54%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380968 (or 0x380968) is known color: Persian Indigo. HEX triplet: 38, 09 and 68. RGB value is (56,9,104). Sum of RGB (Red+Green+Blue) = 56+9+104=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #380968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380968 is #C7F697. Grayscale: #212121. Windows color (decimal): -13104792 or 6818104. OLE color: 6818104.

HSL color Cylindrical-coordinate representation of color #380968: hue angle of 269.68º 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 #380968 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 9 104 -
CMYK 0.46 0.91 0 0.59
HSL 269.68º 0.84% 0.22% -
HSV(B) 269.68º 0.91% 0.41% -
XYZ 4.23 2.04 13.27 -
YUV 33.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 56 9 104 0.46 0.91 0 0.59 269.68 0.84 0.22
Hex 38 9 68 2E 5B 0 3B 10E 54 16
Octal 70 11 150 56 133 0 73 416 124 26
Binary 111000 1001 1101000 101110 1011011 0 111011 100001110 1010100 10110

Color Harmonies of #380968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380968

Black with #380968

Text Example


Text Example

White with #380968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380968; }

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

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

background-color css

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

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

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

border-color css

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

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

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