Html Css Color HEX #380369 Persian Indigo

📋 copy color: '#380369'

red 56 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #380369

Tints of Persian Indigo #380369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

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

R = 34.15%
G = 1.83%
B = 64.02%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380369 (or 0x380369) is known color: Persian Indigo. HEX triplet: 38, 03 and 69. RGB value is (56,3,105). Sum of RGB (Red+Green+Blue) = 56+3+105=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #380369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380369 is #C7FC96. Grayscale: #1E1E1E. Windows color (decimal): -13106327 or 6882104. OLE color: 6882104.

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

Color convert

RGB 56 3 105 -
CMYK 0.47 0.97 0 0.59
HSL 271.18º 0.94% 0.21% -
HSV(B) 271.18º 0.97% 0.41% -
XYZ 4.21 1.93 13.51 -
YUV 30.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 56 3 105 0.47 0.97 0 0.59 271.18 0.94 0.21
Hex 38 3 69 2F 61 0 3B 10F 5E 15
Octal 70 3 151 57 141 0 73 417 136 25
Binary 111000 11 1101001 101111 1100001 0 111011 100001111 1011110 10101

Color Harmonies of #380369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380369

Black with #380369

Text Example


Text Example

White with #380369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380369; }

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

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

background-color css

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

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

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

border-color css

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

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

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