Html Css Color HEX #38056F Persian Indigo

📋 copy color: '#38056F'

red 56 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #38056F

Tints of Persian Indigo #38056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

 BLUE value IS 111 (43.75% from 255) = 64.53%

R = 32.56%
G = 2.91%
B = 64.53%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38056F (or 0x38056F) is known color: Persian Indigo. HEX triplet: 38, 05 and 6F. RGB value is (56,5,111). Sum of RGB (Red+Green+Blue) = 56+5+111=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #38056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38056F is #C7FA90. Grayscale: #1F1F1F. Windows color (decimal): -13105809 or 7275832. OLE color: 7275832.

HSL color Cylindrical-coordinate representation of color #38056F: hue angle of 268.87º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38056F is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 5 111 -
CMYK 0.50 0.95 0 0.56
HSL 268.87º 0.91% 0.23% -
HSV(B) 268.87º 0.95% 0.44% -
XYZ 4.55 2.1 15.2 -
YUV 32.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 56 5 111 0.50 0.95 0 0.56 268.87 0.91 0.23
Hex 38 5 6F 32 5F 0 38 10D 5B 17
Octal 70 5 157 62 137 0 70 415 133 27
Binary 111000 101 1101111 110010 1011111 0 111000 100001101 1011011 10111

Color Harmonies of #38056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38056F

Black with #38056F

Text Example


Text Example

White with #38056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38056F; }

 p { color: rgb(56,5,111); }

 H1.HeaderClassName
 {
   color: #38056F;
 }
 .AnyTagClassName
 {
   color: #38056F;
 }
</style>

background-color css

<style>
 a { background-color: #38056F; }

 a { background-color: rgb(56,5,111); }

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

border-color css

<style>
 span { border-color: #38056F; }

 span { border-color: rgb(56,5,111); }

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