Html Css Color HEX #380165 Persian Indigo

📋 copy color: '#380165'

red 56 ◦ green 1 ◦ blue 101

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

Shades of Persian Indigo #380165

Tints of Persian Indigo #380165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.92%

R = 35.44%
G = 0.63%
B = 63.92%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#380165 (or 0x380165) is known color: Persian Indigo. HEX triplet: 38, 01 and 65. RGB value is (56,1,101). Sum of RGB (Red+Green+Blue) = 56+1+101=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #380165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380165 is #C7FE9A. Grayscale: #1C1C1C. Windows color (decimal): -13106843 or 6619448. OLE color: 6619448.

HSL color Cylindrical-coordinate representation of color #380165: hue angle of 273º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380165 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 1 101 -
CMYK 0.45 0.99 0 0.60
HSL 273º 0.98% 0.2% -
HSV(B) 273º 0.99% 0.4% -
XYZ 3.99 1.8 12.45 -
YUV 28.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 56 1 101 0.45 0.99 0 0.60 273 0.98 0.2
Hex 38 1 65 2D 63 0 3C 111 62 14
Octal 70 1 145 55 143 0 74 421 142 24
Binary 111000 1 1100101 101101 1100011 0 111100 100010001 1100010 10100

Color Harmonies of #380165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380165

Black with #380165

Text Example


Text Example

White with #380165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380165; }

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

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

background-color css

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

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

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

border-color css

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

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

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