Html Css Color HEX #38016D Persian Indigo

📋 copy color: '#38016D'

red 56 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #38016D

Tints of Persian Indigo #38016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 65.66%

R = 33.73%
G = 0.6%
B = 65.66%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38016D (or 0x38016D) is known color: Persian Indigo. HEX triplet: 38, 01 and 6D. RGB value is (56,1,109). Sum of RGB (Red+Green+Blue) = 56+1+109=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #38016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38016D is #C7FE92. Grayscale: #1D1D1D. Windows color (decimal): -13106835 or 7143736. OLE color: 7143736.

HSL color Cylindrical-coordinate representation of color #38016D: hue angle of 270.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38016D is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 1 109 -
CMYK 0.49 0.99 0 0.57
HSL 270.56º 0.98% 0.22% -
HSV(B) 270.56º 0.99% 0.43% -
XYZ 4.4 1.97 14.62 -
YUV 29.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 56 1 109 0.49 0.99 0 0.57 270.56 0.98 0.22
Hex 38 1 6D 31 63 0 39 10F 62 16
Octal 70 1 155 61 143 0 71 417 142 26
Binary 111000 1 1101101 110001 1100011 0 111001 100001111 1100010 10110

Color Harmonies of #38016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38016D

Black with #38016D

Text Example


Text Example

White with #38016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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