Html Css Color HEX #38237C Persian Indigo

📋 copy color: '#38237C'

red 56 ◦ green 35 ◦ blue 124

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

Shades of Persian Indigo #38237C

Tints of Persian Indigo #38237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

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

R = 26.05%
G = 16.28%
B = 57.67%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38237C (or 0x38237C) is known color: Persian Indigo. HEX triplet: 38, 23 and 7C. RGB value is (56,35,124). Sum of RGB (Red+Green+Blue) = 56+35+124=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #38237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38237C is #C7DC83. Grayscale: #333333. Windows color (decimal): -13098116 or 8135480. OLE color: 8135480.

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

Color convert

RGB 56 35 124 -
CMYK 0.55 0.72 0 0.51
HSL 254.16º 0.56% 0.31% -
HSV(B) 254.16º 0.72% 0.49% -
XYZ 5.87 3.5 19.43 -
YUV 51.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 56 35 124 0.55 0.72 0 0.51 254.16 0.56 0.31
Hex 38 23 7C 37 48 0 33 FE 38 1F
Octal 70 43 174 67 110 0 63 376 70 37
Binary 111000 100011 1111100 110111 1001000 0 110011 11111110 111000 11111

Color Harmonies of #38237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38237C

Black with #38237C

Text Example


Text Example

White with #38237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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