Html Css Color HEX #380367 Persian Indigo

📋 copy color: '#380367'

red 56 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #380367

Tints of Persian Indigo #380367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 63.58%

R = 34.57%
G = 1.85%
B = 63.58%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#380367 (or 0x380367) is known color: Persian Indigo. HEX triplet: 38, 03 and 67. RGB value is (56,3,103). Sum of RGB (Red+Green+Blue) = 56+3+103=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #380367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380367 is #C7FC98. Grayscale: #1D1D1D. Windows color (decimal): -13106329 or 6751032. OLE color: 6751032.

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

Color convert

RGB 56 3 103 -
CMYK 0.46 0.97 0 0.60
HSL 271.8º 0.94% 0.21% -
HSV(B) 271.8º 0.97% 0.4% -
XYZ 4.11 1.89 12.98 -
YUV 30.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 56 3 103 0.46 0.97 0 0.60 271.8 0.94 0.21
Hex 38 3 67 2E 61 0 3C 110 5E 15
Octal 70 3 147 56 141 0 74 420 136 25
Binary 111000 11 1100111 101110 1100001 0 111100 100010000 1011110 10101

Color Harmonies of #380367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380367

Black with #380367

Text Example


Text Example

White with #380367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380367; }

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

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

background-color css

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

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

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

border-color css

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

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

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