Html Css Color HEX #381885 Persian Indigo

📋 copy color: '#381885'

red 56 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #381885

Tints of Persian Indigo #381885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

 BLUE value IS 133 (52.34% from 255) = 62.44%

R = 26.29%
G = 11.27%
B = 62.44%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#381885 (or 0x381885) is known color: Persian Indigo. HEX triplet: 38, 18 and 85. RGB value is (56,24,133). Sum of RGB (Red+Green+Blue) = 56+24+133=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #381885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381885 is #C7E77A. Grayscale: #2D2D2D. Windows color (decimal): -13100923 or 8722488. OLE color: 8722488.

HSL color Cylindrical-coordinate representation of color #381885: hue angle of 257.61º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381885 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 24 133 -
CMYK 0.58 0.82 0 0.48
HSL 257.61º 0.69% 0.31% -
HSV(B) 257.61º 0.82% 0.52% -
XYZ 6.19 3.19 22.48 -
YUV 45.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 56 24 133 0.58 0.82 0 0.48 257.61 0.69 0.31
Hex 38 18 85 3A 52 0 30 102 45 1F
Octal 70 30 205 72 122 0 60 402 105 37
Binary 111000 11000 10000101 111010 1010010 0 110000 100000010 1000101 11111

Color Harmonies of #381885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381885

Black with #381885

Text Example


Text Example

White with #381885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381885; }

 p { color: rgb(56,24,133); }

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

background-color css

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

 a { background-color: rgb(56,24,133); }

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

border-color css

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

 span { border-color: rgb(56,24,133); }

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