Html Css Color HEX #38016C Persian Indigo

📋 copy color: '#38016C'

red 56 ◦ green 1 ◦ blue 108

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

Shades of Persian Indigo #38016C

Tints of Persian Indigo #38016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.45%

R = 33.94%
G = 0.61%
B = 65.45%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38016C (or 0x38016C) is known color: Persian Indigo. HEX triplet: 38, 01 and 6C. RGB value is (56,1,108). Sum of RGB (Red+Green+Blue) = 56+1+108=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #38016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38016C is #C7FE93. Grayscale: #1D1D1D. Windows color (decimal): -13106836 or 7078200. OLE color: 7078200.

HSL color Cylindrical-coordinate representation of color #38016C: hue angle of 270.84º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38016C is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 1 108 -
CMYK 0.48 0.99 0 0.58
HSL 270.84º 0.98% 0.21% -
HSV(B) 270.84º 0.99% 0.42% -
XYZ 4.35 1.95 14.33 -
YUV 29.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 56 1 108 0.48 0.99 0 0.58 270.84 0.98 0.21
Hex 38 1 6C 30 63 0 3A 10F 62 15
Octal 70 1 154 60 143 0 72 417 142 25
Binary 111000 1 1101100 110000 1100011 0 111010 100001111 1100010 10101

Color Harmonies of #38016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38016C

Black with #38016C

Text Example


Text Example

White with #38016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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