Html Css Color HEX #380169 Persian Indigo

📋 copy color: '#380169'

red 56 ◦ green 1 ◦ blue 105

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

Shades of Persian Indigo #380169

Tints of Persian Indigo #380169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 34.57%
G = 0.62%
B = 64.81%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380169 (or 0x380169) is known color: Persian Indigo. HEX triplet: 38, 01 and 69. RGB value is (56,1,105). Sum of RGB (Red+Green+Blue) = 56+1+105=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #380169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380169 is #C7FE96. Grayscale: #1C1C1C. Windows color (decimal): -13106839 or 6881592. OLE color: 6881592.

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

Color convert

RGB 56 1 105 -
CMYK 0.47 0.99 0 0.59
HSL 271.73º 0.98% 0.21% -
HSV(B) 271.73º 0.99% 0.41% -
XYZ 4.19 1.88 13.51 -
YUV 29.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 56 1 105 0.47 0.99 0 0.59 271.73 0.98 0.21
Hex 38 1 69 2F 63 0 3B 110 62 15
Octal 70 1 151 57 143 0 73 420 142 25
Binary 111000 1 1101001 101111 1100011 0 111011 100010000 1100010 10101

Color Harmonies of #380169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380169

Black with #380169

Text Example


Text Example

White with #380169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380169; }

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

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

background-color css

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

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

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

border-color css

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

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

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