Html Css Color HEX #230467 Persian Indigo

📋 copy color: '#230467'

red 35 ◦ green 4 ◦ blue 103

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

Shades of Persian Indigo #230467

Tints of Persian Indigo #230467

RGB

 RED value IS 35 (14.06% from 255) = 24.65%

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 103 (40.63% from 255) = 72.54%

R = 24.65%
G = 2.82%
B = 72.54%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#230467 (or 0x230467) is known color: Persian Indigo. HEX triplet: 23, 04 and 67. RGB value is (35,4,103). Sum of RGB (Red+Green+Blue) = 35+4+103=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #230467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230467 is #DCFB98. Grayscale: #181818. Windows color (decimal): -14482329 or 6751267. OLE color: 6751267.

HSL color Cylindrical-coordinate representation of color #230467: hue angle of 258.79º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230467 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 4 103 -
CMYK 0.66 0.96 0 0.60
HSL 258.79º 0.93% 0.21% -
HSV(B) 258.79º 0.96% 0.4% -
XYZ 3.18 1.42 12.94 -
YUV 24.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 35 4 103 0.66 0.96 0 0.60 258.79 0.93 0.21
Hex 23 4 67 42 60 0 3C 103 5D 15
Octal 43 4 147 102 140 0 74 403 135 25
Binary 100011 100 1100111 1000010 1100000 0 111100 100000011 1011101 10101

Color Harmonies of #230467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230467

Black with #230467

Text Example


Text Example

White with #230467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230467; }

 p { color: rgb(35,4,103); }

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

background-color css

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

 a { background-color: rgb(35,4,103); }

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

border-color css

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

 span { border-color: rgb(35,4,103); }

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