Html Css Color HEX #38046B Persian Indigo

📋 copy color: '#38046B'

red 56 ◦ green 4 ◦ blue 107

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

Shades of Persian Indigo #38046B

Tints of Persian Indigo #38046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 107 (42.19% from 255) = 64.07%

R = 33.53%
G = 2.4%
B = 64.07%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38046B (or 0x38046B) is known color: Persian Indigo. HEX triplet: 38, 04 and 6B. RGB value is (56,4,107). Sum of RGB (Red+Green+Blue) = 56+4+107=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #38046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38046B is #C7FB94. Grayscale: #1E1E1E. Windows color (decimal): -13106069 or 7013432. OLE color: 7013432.

HSL color Cylindrical-coordinate representation of color #38046B: hue angle of 270.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38046B is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 4 107 -
CMYK 0.48 0.96 0 0.58
HSL 270.29º 0.93% 0.22% -
HSV(B) 270.29º 0.96% 0.42% -
XYZ 4.33 1.99 14.07 -
YUV 31.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 56 4 107 0.48 0.96 0 0.58 270.29 0.93 0.22
Hex 38 4 6B 30 60 0 3A 10E 5D 16
Octal 70 4 153 60 140 0 72 416 135 26
Binary 111000 100 1101011 110000 1100000 0 111010 100001110 1011101 10110

Color Harmonies of #38046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38046B

Black with #38046B

Text Example


Text Example

White with #38046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38046B; }

 p { color: rgb(56,4,107); }

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

background-color css

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

 a { background-color: rgb(56,4,107); }

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

border-color css

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

 span { border-color: rgb(56,4,107); }

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