Html Css Color HEX #38036E Persian Indigo

📋 copy color: '#38036E'

red 56 ◦ green 3 ◦ blue 110

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

Shades of Persian Indigo #38036E

Tints of Persian Indigo #38036E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 65.09%

R = 33.14%
G = 1.78%
B = 65.09%

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

#38036E (or 0x38036E) is known color: Persian Indigo. HEX triplet: 38, 03 and 6E. RGB value is (56,3,110). Sum of RGB (Red+Green+Blue) = 56+3+110=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #38036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38036E is #C7FC91. Grayscale: #1E1E1E. Windows color (decimal): -13106322 or 7209784. OLE color: 7209784.

HSL color Cylindrical-coordinate representation of color #38036E: hue angle of 269.72º 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 #38036E is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 3 110 -
CMYK 0.49 0.97 0 0.57
HSL 269.72º 0.95% 0.22% -
HSV(B) 269.72º 0.97% 0.43% -
XYZ 4.48 2.03 14.91 -
YUV 31.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 56 3 110 0.49 0.97 0 0.57 269.72 0.95 0.22
Hex 38 3 6E 31 61 0 39 10E 5F 16
Octal 70 3 156 61 141 0 71 416 137 26
Binary 111000 11 1101110 110001 1100001 0 111001 100001110 1011111 10110

Color Harmonies of #38036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38036E

Black with #38036E

Text Example


Text Example

White with #38036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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