Html Css Color HEX #38036D Persian Indigo

📋 copy color: '#38036D'

red 56 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #38036D

Tints of Persian Indigo #38036D

RGB

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

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

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

R = 33.33%
G = 1.79%
B = 64.88%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38036D (or 0x38036D) is known color: Persian Indigo. HEX triplet: 38, 03 and 6D. RGB value is (56,3,109). Sum of RGB (Red+Green+Blue) = 56+3+109=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #38036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38036D is #C7FC92. Grayscale: #1E1E1E. Windows color (decimal): -13106323 or 7144248. OLE color: 7144248.

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

Color convert

RGB 56 3 109 -
CMYK 0.49 0.97 0 0.57
HSL 270º 0.95% 0.22% -
HSV(B) 270º 0.97% 0.43% -
XYZ 4.42 2.01 14.62 -
YUV 30.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 56 3 109 0.49 0.97 0 0.57 270 0.95 0.22
Hex 38 3 6D 31 61 0 39 10E 5F 16
Octal 70 3 155 61 141 0 71 416 137 26
Binary 111000 11 1101101 110001 1100001 0 111001 100001110 1011111 10110

Color Harmonies of #38036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38036D

Black with #38036D

Text Example


Text Example

White with #38036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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