Html Css Color HEX #38058D Persian Indigo

📋 copy color: '#38058D'

red 56 ◦ green 5 ◦ blue 141

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

Shades of Persian Indigo #38058D

Tints of Persian Indigo #38058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.8%

R = 27.72%
G = 2.48%
B = 69.8%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38058D (or 0x38058D) is known color: Persian Indigo. HEX triplet: 38, 05 and 8D. RGB value is (56,5,141). Sum of RGB (Red+Green+Blue) = 56+5+141=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #38058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38058D is #C7FA72. Grayscale: #232323. Windows color (decimal): -13105779 or 9241912. OLE color: 9241912.

HSL color Cylindrical-coordinate representation of color #38058D: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38058D is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 5 141 -
CMYK 0.60 0.96 0 0.45
HSL 262.5º 0.93% 0.29% -
HSV(B) 262.5º 0.96% 0.55% -
XYZ 6.49 2.87 25.41 -
YUV 35.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 56 5 141 0.60 0.96 0 0.45 262.5 0.93 0.29
Hex 38 5 8D 3C 60 0 2D 106 5D 1D
Octal 70 5 215 74 140 0 55 406 135 35
Binary 111000 101 10001101 111100 1100000 0 101101 100000110 1011101 11101

Color Harmonies of #38058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38058D

Black with #38058D

Text Example


Text Example

White with #38058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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