Html Css Color HEX #38227C Persian Indigo

📋 copy color: '#38227C'

red 56 ◦ green 34 ◦ blue 124

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

Shades of Persian Indigo #38227C

Tints of Persian Indigo #38227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 26.17%
G = 15.89%
B = 57.94%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38227C (or 0x38227C) is known color: Persian Indigo. HEX triplet: 38, 22 and 7C. RGB value is (56,34,124). Sum of RGB (Red+Green+Blue) = 56+34+124=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #38227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38227C is #C7DD83. Grayscale: #323232. Windows color (decimal): -13098372 or 8135224. OLE color: 8135224.

HSL color Cylindrical-coordinate representation of color #38227C: hue angle of 254.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38227C is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 34 124 -
CMYK 0.55 0.73 0 0.51
HSL 254.67º 0.57% 0.31% -
HSV(B) 254.67º 0.73% 0.49% -
XYZ 5.84 3.44 19.42 -
YUV 50.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 56 34 124 0.55 0.73 0 0.51 254.67 0.57 0.31
Hex 38 22 7C 37 49 0 33 FF 39 1F
Octal 70 42 174 67 111 0 63 377 71 37
Binary 111000 100010 1111100 110111 1001001 0 110011 11111111 111001 11111

Color Harmonies of #38227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38227C

Black with #38227C

Text Example


Text Example

White with #38227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38227C; }

 p { color: rgb(56,34,124); }

 H1.HeaderClassName
 {
   color: #38227C;
 }
 .AnyTagClassName
 {
   color: #38227C;
 }
</style>

background-color css

<style>
 a { background-color: #38227C; }

 a { background-color: rgb(56,34,124); }

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

border-color css

<style>
 span { border-color: #38227C; }

 span { border-color: rgb(56,34,124); }

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