Html Css Color HEX #38207A Persian Indigo

📋 copy color: '#38207A'

red 56 ◦ green 32 ◦ blue 122

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

Shades of Persian Indigo #38207A

Tints of Persian Indigo #38207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 122 (48.05% from 255) = 58.1%

R = 26.67%
G = 15.24%
B = 58.1%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38207A (or 0x38207A) is known color: Persian Indigo. HEX triplet: 38, 20 and 7A. RGB value is (56,32,122). Sum of RGB (Red+Green+Blue) = 56+32+122=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #38207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38207A is #C7DF85. Grayscale: #313131. Windows color (decimal): -13098886 or 8003640. OLE color: 8003640.

HSL color Cylindrical-coordinate representation of color #38207A: hue angle of 256º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38207A is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 32 122 -
CMYK 0.54 0.74 0 0.52
HSL 256º 0.58% 0.3% -
HSV(B) 256º 0.74% 0.48% -
XYZ 5.66 3.28 18.75 -
YUV 49.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 56 32 122 0.54 0.74 0 0.52 256 0.58 0.3
Hex 38 20 7A 36 4A 0 34 100 3A 1E
Octal 70 40 172 66 112 0 64 400 72 36
Binary 111000 100000 1111010 110110 1001010 0 110100 100000000 111010 11110

Color Harmonies of #38207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38207A

Black with #38207A

Text Example


Text Example

White with #38207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38207A; }

 p { color: rgb(56,32,122); }

 H1.HeaderClassName
 {
   color: #38207A;
 }
 .AnyTagClassName
 {
   color: #38207A;
 }
</style>

background-color css

<style>
 a { background-color: #38207A; }

 a { background-color: rgb(56,32,122); }

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

border-color css

<style>
 span { border-color: #38207A; }

 span { border-color: rgb(56,32,122); }

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