Html Css Color HEX #382BCE Persian Blue

📋 copy color: '#382BCE'

red 56 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #382BCE

Tints of Persian Blue #382BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 18.36%
G = 14.1%
B = 67.54%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#382BCE (or 0x382BCE) is known color: Persian Blue. HEX triplet: 38, 2B and CE. RGB value is (56,43,206). Sum of RGB (Red+Green+Blue) = 56+43+206=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #382BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BCE is #C7D431. Grayscale: #404040. Windows color (decimal): -13095986 or 13511480. OLE color: 13511480.

HSL color Cylindrical-coordinate representation of color #382BCE: hue angle of 244.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382BCE is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 43 206 -
CMYK 0.73 0.79 0 0.19
HSL 244.79º 0.65% 0.49% -
HSV(B) 244.79º 0.79% 0.81% -
XYZ 13.64 7.02 59.03 -
YUV 65.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 56 43 206 0.73 0.79 0 0.19 244.79 0.65 0.49
Hex 38 2B CE 49 4F 0 13 F5 41 31
Octal 70 53 316 111 117 0 23 365 101 61
Binary 111000 101011 11001110 1001001 1001111 0 10011 11110101 1000001 110001

Color Harmonies of #382BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BCE

Black with #382BCE

Text Example


Text Example

White with #382BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382BCE; }

 p { color: rgb(56,43,206); }

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

background-color css

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

 a { background-color: rgb(56,43,206); }

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

border-color css

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

 span { border-color: rgb(56,43,206); }

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