Html Css Color HEX #3D35B4 Persian Blue

📋 copy color: '#3D35B4'

red 61 ◦ green 53 ◦ blue 180

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

Shades of Persian Blue #3D35B4

Tints of Persian Blue #3D35B4

RGB

 RED value IS 61 (24.22% from 255) = 20.75%

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 180 (70.7% from 255) = 61.22%

R = 20.75%
G = 18.03%
B = 61.22%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3D35B4 (or 0x3D35B4) is known color: Persian Blue. HEX triplet: 3D, 35 and B4. RGB value is (61,53,180). Sum of RGB (Red+Green+Blue) = 61+53+180=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D35B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D35B4 is #C2CA4B. Grayscale: #454545. Windows color (decimal): -12765772 or 11810109. OLE color: 11810109.

HSL color Cylindrical-coordinate representation of color #3D35B4: hue angle of 243.78º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D35B4 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 53 180 -
CMYK 0.66 0.71 0 0.29
HSL 243.78º 0.55% 0.46% -
HSV(B) 243.78º 0.71% 0.71% -
XYZ 11.44 6.83 43.9 -
YUV 69.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 61 53 180 0.66 0.71 0 0.29 243.78 0.55 0.46
Hex 3D 35 B4 42 47 0 1D F4 37 2E
Octal 75 65 264 102 107 0 35 364 67 56
Binary 111101 110101 10110100 1000010 1000111 0 11101 11110100 110111 101110

Color Harmonies of #3D35B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D35B4

Black with #3D35B4

Text Example


Text Example

White with #3D35B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D35B4; }

 p { color: rgb(61,53,180); }

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

background-color css

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

 a { background-color: rgb(61,53,180); }

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

border-color css

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

 span { border-color: rgb(61,53,180); }

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