Html Css Color HEX #3830AF Persian Blue

📋 copy color: '#3830AF'

red 56 ◦ green 48 ◦ blue 175

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

Shades of Persian Blue #3830AF

Tints of Persian Blue #3830AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 20.07%
G = 17.2%
B = 62.72%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3830AF (or 0x3830AF) is known color: Persian Blue. HEX triplet: 38, 30 and AF. RGB value is (56,48,175). Sum of RGB (Red+Green+Blue) = 56+48+175=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #3830AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3830AF is #C7CF50. Grayscale: #404040. Windows color (decimal): -13094737 or 11481144. OLE color: 11481144.

HSL color Cylindrical-coordinate representation of color #3830AF: hue angle of 243.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3830AF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 48 175 -
CMYK 0.68 0.73 0 0.31
HSL 243.78º 0.57% 0.44% -
HSV(B) 243.78º 0.73% 0.69% -
XYZ 10.43 6.05 41.18 -
YUV 64.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 56 48 175 0.68 0.73 0 0.31 243.78 0.57 0.44
Hex 38 30 AF 44 49 0 1F F4 39 2C
Octal 70 60 257 104 111 0 37 364 71 54
Binary 111000 110000 10101111 1000100 1001001 0 11111 11110100 111001 101100

Color Harmonies of #3830AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3830AF

Black with #3830AF

Text Example


Text Example

White with #3830AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3830AF; }

 p { color: rgb(56,48,175); }

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

background-color css

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

 a { background-color: rgb(56,48,175); }

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

border-color css

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

 span { border-color: rgb(56,48,175); }

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