Html Css Color HEX #38207B Persian Indigo

📋 copy color: '#38207B'

red 56 ◦ green 32 ◦ blue 123

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

Shades of Persian Indigo #38207B

Tints of Persian Indigo #38207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.29%

R = 26.54%
G = 15.17%
B = 58.29%

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

#38207B (or 0x38207B) is known color: Persian Indigo. HEX triplet: 38, 20 and 7B. RGB value is (56,32,123). Sum of RGB (Red+Green+Blue) = 56+32+123=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #38207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38207B is #C7DF84. Grayscale: #313131. Windows color (decimal): -13098885 or 8069176. OLE color: 8069176.

HSL color Cylindrical-coordinate representation of color #38207B: hue angle of 255.82º degrees, saturation: 0.59, 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 #38207B is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 32 123 -
CMYK 0.54 0.74 0 0.52
HSL 255.82º 0.59% 0.3% -
HSV(B) 255.82º 0.74% 0.48% -
XYZ 5.72 3.3 19.07 -
YUV 49.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 56 32 123 0.54 0.74 0 0.52 255.82 0.59 0.3
Hex 38 20 7B 36 4A 0 34 100 3B 1E
Octal 70 40 173 66 112 0 64 400 73 36
Binary 111000 100000 1111011 110110 1001010 0 110100 100000000 111011 11110

Color Harmonies of #38207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38207B

Black with #38207B

Text Example


Text Example

White with #38207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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