Html Css Color HEX #38088D Persian Indigo

📋 copy color: '#38088D'

red 56 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #38088D

Tints of Persian Indigo #38088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 27.32%
G = 3.9%
B = 68.78%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38088D (or 0x38088D) is known color: Persian Indigo. HEX triplet: 38, 08 and 8D. RGB value is (56,8,141). Sum of RGB (Red+Green+Blue) = 56+8+141=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #38088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38088D is #C7F772. Grayscale: #252525. Windows color (decimal): -13105011 or 9242680. OLE color: 9242680.

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

Color convert

RGB 56 8 141 -
CMYK 0.60 0.94 0 0.45
HSL 261.65º 0.89% 0.29% -
HSV(B) 261.65º 0.94% 0.55% -
XYZ 6.53 2.94 25.42 -
YUV 37.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 56 8 141 0.60 0.94 0 0.45 261.65 0.89 0.29
Hex 38 8 8D 3C 5E 0 2D 106 59 1D
Octal 70 10 215 74 136 0 55 406 131 35
Binary 111000 1000 10001101 111100 1011110 0 101101 100000110 1011001 11101

Color Harmonies of #38088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38088D

Black with #38088D

Text Example


Text Example

White with #38088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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